@charset "utf-8";
/* ===================================================================
 style info : スマートフォン用指定全部
=================================================================== */

/*----------------------------------------------------
	基本要素
----------------------------------------------------*/
body {
	color: #111;
	background: #666;
	-webkit-text-size-adjust: none;
	font-family:"Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", ArialMT;
	line-height: 1.2;
}

ul li {
	list-style: none;
}

small {
	font-size: 10px;
}


/*--------------------------------
目次
---------------------------------*/

.table-of-contents {
    padding: 15px 15px 15px 15px;
    font-weight:bold;
    font-size: 120%;
    border:solid 2px #0066CC;
    background:#FFF !important;
    border-radius:8px;
}
.table-of-contents:before {
    content: "目次";
    font-size: 130%;
    font-weight:bold;  
    color:#336633;
} 


/* 関連記事
----------------------------------------------------*/
.kanren {
    margin:20px auto;

}


.k_title{}


/* リンク
----------------------------------------------------*/
a {
	-webkit-tap-highlight-color: rgba(57, 127, 218, .2);
	text-decoration: none;
	color: #2c5ec2;
}

a:link {
}

a:visited {
	color: #4cb1ff;
}

a:hover {
}


/* 汎用
----------------------------------------------------*/
/* clerfix */
.articleFooter ul:after,
#archiveArea:after,
.archiveNav:after,
.articleList article a:after,
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.loadMore a,
.btn {
	display: inline-block;
	margin: 0 auto 10px;
	padding: 5px 25px;
	background-color: #397fda;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#619be1), to(#194ec0));
	border: 3px solid #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .2), inset 1px 2px 3px rgba(0, 0, 0, .3);
	text-shadow: 1px 1px 0 #333;
	-webkit-background-clip: padding-box;
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
}

.btn:visited {
	color: #fff;
}

.c {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tR,
.sign {
	text-align: right;
}


/* 画像トリミング */



 


 .trimming img{
 width: 100%;
 height: auto;
 border:none;
 vertical-align: bottom;
 
 
 }




/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	width: auto;

	margin: 0 auto;
	padding: 0;
	background: #fff;
	-webkit-background-size: 5px 5px;
}

@media all and (orientation:portrait) {
	#page {
		max-width: 480px;
	}
}

@media all and (orientation:landscape) {
	#page {
		768px
	}
}




/*----------------------------------------------------
	header.global
----------------------------------------------------*/
header.global {
	position: relative;

	background-color: #397fda;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4cb1ff), to(#2c5ec2));
	color: #fff;
	border-bottom: 1px solid #fff;
}




header.global:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	background: url(../img/item/bg_shadow.png) repeat-x; 
}

header.global a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
}

/* サイト名 */
header.global h1 {	text-align:center;
	position: relative;
	padding: 0px 0px 0 0px;
	font-size: 17px;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
		z-index: 0;
}

header.global h1 a {
	display: block;
	padding: 2px 0;
}

header.global img{

}




/* サイト内検索 */

.siteSearch{
	margin-bottom:15px;}
#siteSearchArea {
	padding: 0 7px;
}

#siteSearchArea input[type=text] {
	width: 62%;
	height: 21px;
	margin-right: 10px;
	padding: 2px 1%;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b9b9b9;
}

#siteSearchArea input.searchBtn {
	width: 90px;
	height: 27px;
	background-color: #dcdcdc;
	background:
		url(../img/item/bg_search.png) no-repeat center top,
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d5d5d5)) #dcdcdc
	;
	-webkit-background-size: 66px 27px, auto;
	border: 1px solid #fff;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 3px #b9b9b9;
	text-shadow: 1px 1px 0 #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {

	margin: 15px 0 0;
}



#contents h1 {
	padding: 5px 7px;
	background-color: #454545;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#595959), to(#373737));
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #000;
	letter-spacing: .1em;
}

#contents_02 h1 {
	margin-top:10px;
	padding: 5px 7px;
	background-color: #454545;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#595959), to(#373737));
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #000;
	letter-spacing: .1em;
}


#contents_02 h2 {
	font-size: 14px;
	line-height: 1.1;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}

#contents h2 {
	font-size: 14px;
	line-height: 1.1;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}

/* エントリーリスト */
.articleList {
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;
}

.articleList:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	background: url(../img/item/bg_shadow.png) repeat-x;
}

.articleList article {
	position: relative;
	padding: 0;
	background-color: rgba(255, 255, 255, .9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .2)));
	border-bottom: 1px solid #c6c6c6;
}

.articleList article a {
	display: block;
	padding: 0 30px 0 0;
	background: url(../img/item/mark_right.png) no-repeat right center;
	-webkit-background-size: 33px 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #111;
}

.articleList article a:visited {
	color: #555;
}

.articleList article h2 {
	margin: 0 0 3px;
}

.articleList article a ul,
.articleList article a p {
	margin-bottom: 1px;
	color: #666;
	font-size: 13px;
}

.articleList article a ul {
	margin-bottom: 2px;
}

.articleList article .image {
	float: left;
	margin: 0 0 0 1px;
}

.articleList article .image img {
	vertical-align: top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}




.articleList article .text {
	overflow: auto;
	padding: 2px 0 0 7px;
}


/* エントリーリスト2 */

.articleList_2 {
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;
}

.articleList_2:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	background: url(../img/item/bg_shadow.png) repeat-x;
}

.articleList_2 article {
	position: relative;
	padding: 0;
	background-color: rgba(255, 255, 255, .9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .2)));
	border-bottom: 1px solid #c6c6c6;
}

.articleList_2 article a {
	display: block;
	padding: 0 0px 0 0;
	background: url(../img/item/mark_right.png) no-repeat right center;
	-webkit-background-size: 33px 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #111;
}

.articleList_2 article a:visited {
	color: #555;
}

.articleList_2 article h2 {
	margin: 0 0 3px;
}

.articleList_2 article a ul,
.articleList_2 article a p {
	margin-bottom: 1px;
	color: #666;
	font-size: 13px;
}

.articleList_2 article a ul {
	margin-bottom: 2px;
}

.articleList_2 article .image {
	float: left;
	margin: 0 0 0 1px;
}

.articleList_2 article .image img {
	vertical-align: top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.articleList_2 article .text {
	overflow: auto;
	padding: 2px 0 0 7px;
}

/* commentCount */
.articleHeader .commentCount,
.articleList article .commentCount {
	position: absolute;
	top: -12px;
	right: 20px;
	z-index: 50;
	width: 40px;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: url(../img/item/bg_comment.png) no-repeat;
	-webkit-background-size: 40px 30px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	font-size: 13px;
	font-family: Courier;
	-webkit-transform: rotate(15deg);
}

.articleHeader h1

.articleHeader .commentCount a,
.articleList article .commentCount a {
	color: #fff;
}



.entry-header4 {
border-bottom:1px #CCCCCC solid;
padding-bottom:6px;
margin-bottom:6px;

list-style:none;
}





/* Load more entries */
.loadMore {
	margin-bottom: 20px;
}

.loadMore a {
	width: 70%;
}

/* archives */
#archiveArea {
	position: relative;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-bottom: 6px;
	border-top: 1px solid #c6c6c6;
}

#archiveArea:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	border-top: 1px solid #fff;
	background: url(../img/item/bg_shadow.png) repeat-x;
}

select#categoryArchive,
select#monthlyArchive {
	display: block;
	float: left;
	width: 50%;
	height: 50px;
	margin: 0 0 1px;
	padding: 4px 0 4px 7px;
	background-color: #efefef;
	background:
		url(../img/item/mark_bottom.png) no-repeat right center,
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e9e9e9))
	;
	-webkit-background-size: 33px 30px, auto;
	border: 0;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
}

select#monthlyArchive {
	border-left: 1px solid #fff;
}


/* pageNo */
.pageNo {
	margin: 10px 7px;
	font-size: 12px;
}

.pageNo a {
	padding-right: 50px;
}


/* アーカイブ 前後リンク */
.archiveNav {
	position: relative;
	margin: 0 0 10px;
	padding: 8px 7px;
	background-color: rgba(0, 0, 0, .4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 -1px 0 #c6c6c6;
	box-shadow: 0 -1px 0 #c6c6c6;
	color: #fff;
}

.archiveNav li {
	width: 50%;
	float: left;
}

.archiveNav li.next {
	text-align: right;
	float: right;
}

.archiveNav li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

.archiveNav li.prev a {
	padding-left: 40px;
	background: url(../img/item/mark_left.png) no-repeat left center;
	-webkit-background-size: 33px 30px;
}

.archiveNav li.next a {
	padding-right: 40px;
	background: url(../img/item/mark_right.png) no-repeat right center;
	-webkit-background-size: 33px 30px;
}

/* ページ分割した時のページ送り */
ul.pager {
	margin: 20px 10px 30px;
	padding: 6px 3px 1px;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #c6c6c6;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px #cecece;
	box-shadow: 0 0 8px #cecece;
}

ul.pager li {
	display: inline;
	margin: 0 3px;
	padding: 0;
}

ul.pager li span,
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #c6c6c6;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.pager li span {
	border: 1px solid #aaa;
	font-weight: bold;
	color: #666;
}



/*----------------------------------------------------
	ブログ記事
----------------------------------------------------*/
/* 記事ヘッダー */
.articleHeader ul {
	position: relative;
	padding: 10px 7px 5px;
	background: url(../img/item/bg_shadow.png) repeat-x #fff;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

.articleHeader ul .commentCount {
	right: 7px;
}

.articleHeader ul li {
	margin-bottom: 5px;
	padding: 2px 0;
}

.articleHeader ul li time {
	padding: 2px 0;
	padding-left: 25px;
	background: url(../img/item/icon_calendar.png) no-repeat left center;
	-webkit-background-size: 18px;
}

.articleHeader ul li.category {
	padding-left: 25px;
	background: url(../img/item/icon_category.png) no-repeat left center;
	-webkit-background-size: 18px;
}

/* 記事本文 */
.articleBody {
	line-height: 1.8;
	font-size: 18px;

	padding: 20px 7px 5px;
	background: url(../img/item/bg_shadow.png) repeat-x #fff;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;


}


.articleBody img {
	width:  100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.articleBody .imgright img {
	width:  33.3333%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media all and (orientation:landscape) {
	.articleBody img {
		max-width: 466px;
	}
}

.articleBody blockquote,
.articleBody pre,
.articleBody table,
.articleBody dl,
.articleBody ol,
.articleBody ul,
.articleBody p {
	margin-bottom: 10px;
}



/* hn */
.articleBody h2 {
	clear: both;
	margin: 1.8em -7px 1em;
	padding: 5px 7px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	text-shadow: none !important;
}

.articleBody h3 {
	clear: both;
	margin: 1.8em -7px .8em;
	padding: 5px 7px;
	background: rgba(100, 100, 100, .2);
	line-height: 1.1;
	font-size: 15px;
}

.articleBody h4 {
	clear: both;
	margin: 1.8em -7px .5em;
	padding: 0 7px 4px;
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
	font-size: 14px;
}

.articleBody h5 {
	margin: 1.5em -7px .5em;
	padding: 0 7px 4px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.1;
	font-size: 13px;
}

/* ul */
.articleBody ul {
	margin-left: 25px;
	line-height: 1.2;
}

.articleBody ul li {
	list-style: disc;
	margin-bottom: .5em;
}

/* ol */
.articleBody ol {
	margin-left: 33px;
	line-height: 1.2;
}

.articleBody ol li {
	margin-bottom: .5em;
}

/* dl */
.articleBody dl dt {
	margin-top: 10px;
	font-weight: bold;
}

.articleBody dl dd {
	margin-left: 1em;
}

/* table */
.articleBody table {
	border: 1px solid #999;
}

.articleBody table th {
	padding: 3px 7px;
	background: #efefef;
	border: 1px solid #aaa;
}

.articleBody table td {
	padding: 3px 7px;
	background: #fff;
	border: 1px solid #aaa;
}

/* pre */
.articleBody pre {
	overflow: auto;
	padding: 2%;
	width: 95%;
	background: rgba(200, 200, 200, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	white-space: pre-wrap;
	line-height: 1.1;
}

/* 引用 */
.articleBody .quoteArea {
	margin-bottom: 15px;
}

.articleBody blockquote {
	position: relative;
	margin: 10px 7px;
	padding: 30px 7px 10px;
	background: rgba(200, 200, 200, .05);
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px #cecece;
	box-shadow: 0 0 8px #cecece;
	font-size: 12px;
}

.articleBody blockquote h3 {
	margin-top: 0;
}

.articleBody blockquote:before {
	content: "“";
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 80px;
	color: #cecece;
	line-height: 1;
}

.articleBody blockquote:after {
	content: "”";
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 80px;
	color: #cecece;
	line-height: 1;
}

.articleBody blockquote p:last-of-type {
	margin-bottom: 0;
}

.articleBody .quoteArea p.quote {
	margin: 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	font-size: .85em;
	text-align: right;
}


/* 続き */
hr#more{
	clear: both;
	margin: 20px 5px 40px;
	padding: 0;
	border: 0;
	text-align: right;
}

hr#more:after {
	content: "───── more";
	color: #888;
	font-size: .85em;
	font-style: italic;
}

/* 記事フッター */
.articleFooter {
	border-top: 1px solid #c6c6c6;
	padding: 10px 7px;
	background: #fff;
	font-size: 12px;
}

.articleFooter ul {
	text-align: right;
}

.articleFooter ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

/* トラバ・コメント
----------------------------------------------------*/
#tb_comment {
	position: relative;
	margin-bottom: 30px;
	padding: 0 7px 5px;
	font-size: 12px;
	line-height: 1.5;
}

#tb_comment h1 {
	margin-bottom: 7px;
	margin-right: -7px;
	margin-left: -7px;
}

#tb_comment p {
	margin-bottom: 5px;
}

#tb_comment textarea,
#tb_comment input[type=text] {
	padding: 2px 5px;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#tb_comment #trackBacks {
	margin: 0 0 20px;
}

#trackBackURL {
	margin: 0 0 20px;
}

#trackBackURL dt {
	font-weight: bold;
}

#trackBackURL dd {
	margin-left: 1em;
}

/* コメント */
#tb_comment .commentAtt {
	text-indent: -1em;
	margin: 0 0 15px 1em;
	line-height: 1.2;
}

.trackbacks-content,
#tb_comment .comment {
	margin: 0 0 10px;
	padding: 10px 7px;
	background: #fff;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#tb_comment .comment .commentBody {
	margin: 0 0 5px;
}

#tb_comment .comment footer {
}

.trackbacks-content footer ul,
#tb_comment .comment footer ul {
	text-align: right;
}

.trackbacks-content footer ul li,
#tb_comment .comment footer ul li {
	display: inline;
	margin-left: 15px;
}

#tb_comment .comment .comment {
	margin: 10px 0 0;
	padding: 0 0 0 7px;
	border: 0;
	border-left: 5px solid #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#tb_comment .comment h2 {
	margin-bottom: 5px;
}

#tb_comment .comments-open {
	margin-top: 20px;
}

#tb_comment #comments-open-data {
	margin-top: 10px;
}

#tb_comment #comments-open-data dt {
	font-weight: bold;
}

#tb_comment #comments-open-data dd {
	margin-bottom: 10px;
}

#tb_comment .comments-open input[type=text] {
	width: 60%;
	margin-right: 5px;
}

#tb_comment .required {
	margin-left: 5px;
	padding: 0 3px;
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #900;
	font-size: 10px;
}

#comment-form-remember-me {
	margin-top: 10px;
}

#tb_comment textarea {
	width: 94%;
}

#tb_comment input[type=submit] {
	padding: 5px 10px;
}


/*----------------------------------------------------
	footer.global
----------------------------------------------------*/
footer.global {
	border-top: 1px solid #c6c6c6;
	padding: 0 0 70px;
	font-size: 12px;
}

footer.global small {
	font-size: 12px;
}

footer.global .area {
	background: rgba(255, 255, 255, .6);
}

footer.global .pcLink {
	float: right;
	margin-right: 7px;
	margin-left: 10px;
	padding-top: 10px;
}

footer.global .footerMenu {
	width: 50%;
	padding: 0;
}

footer.global .footerMenu li {
	border-top: 1px solid #c6c6c6;
}

footer.global .footerMenu li:first-child {
	border-top: 0;
}

footer.global .footerMenu li a {
	display: block;
	padding: 10px 7px;
	padding-left: 22px;
	background: url(../img/item/mark_footer.png) no-repeat 7px center;
	-webkit-background-size: 8px 8px;
}

footer.global .by {
	padding: 10px 7px;
	text-align: right;
	border-top: 1px solid #c6c6c6;
}

footer.global .by li {
	margin-bottom: 3px;
}

footer.global .copyright {
	padding: 15px 0 0;
	background: url(../img/item/bg_shadow.png) repeat-x;
	text-align: center;
}


/* menu */
ul.cate {
    background: none repeat scroll 0 0 #045C97;
    list-style: none outside none;
    margin: 0 0 -4px;
    overflow: hidden;
    padding: 0;
    position: relative;

}
ul.cate li {
    list-style: none outside none;
}
ul.cate li.current {
    background-color: #FFFFFF;
    border-bottom: 1px solid #03416B;
    border-right: 1px solid #03416B;
    border-top: 1px solid #498EBC;
    color: #024E81;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    margin: 0 0 2px 2px;
    padding: 0 4px;
    text-decoration: none;
}
ul.cate li a {
    background-color: #024E81;
    border-bottom: 1px solid #03416B;
    border-right: 1px solid #03416B;
    border-top: 1px solid #498EBC;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    margin: 0 0 2px 2px;
    padding: 0 4px;
    text-decoration: none;
}



/*--------------------------------
SNS
---------------------------------*/
.share{
	width:100%;
	margin:25px 0 10px 0;
}
.share h4{
	font-size:120%; 
	text-align:center;
}

.sns{
	margin:10px auto;
	text-align:center;
	
}
.sns ul {
	list-style:none;

}
.sns li {
	float:left;
	width:48%;
	margin:0 2% 3% 0;
}
.sns li a {
	font-size:80%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

/* ツイッター */
.sns .twitter a {
	background:#00acee;
	box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
	background:#3b5998;
	box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
	background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
	background:#db4a39;
	box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
	background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
	background:#5d8ac1;
	box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
	background:#43638b;
}

/* LINE */
.sns  .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
	background:#219900;
}

/* Pocket */
.sns  .pocket a {
	background:#f03e51;
	box-shadow:0 5px 0 #c0392b;
}
.sns  .pocket a:hover {
	background:#c0392b;
}

/* RSS */
.sns  .rss a {
	background:#ffb53c;
	box-shadow:0 5px 0 #e09900;
}
.sns  .rss a:hover {
	background:#e09900;
}

/* Feedly */
.sns  .feedly a {
	background:#87c040;
	box-shadow:0 5px 0 #74a436;
}
.sns  .feedly a:hover {
	background:#74a436;
}




/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 680px) {

}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {

/*-- ここまで --*/
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {


/*--------------------------------------
  780px SNS
--------------------------------------*/
.share{
	padding-bottom:10px;
}
.sns ul {
	margin:0 auto;
	list-style:none;
}
 .sns li {
	width:23%;
	margin:0 2% 3% 0;
}
.sns li a {
	font-size:75%;
	padding:10px 2px;
}
.sns li:nth-child(4n) {
	margin-right:0;
}

/*-- ここまで --*/
}


/* youtube */

div.iframeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------------------------------------
	スライドメニュー
----------------------------------------------------*/
#header {

    border-bottom: 1px solid #ddd;
    height: 49px;
	background-color: #397fda;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4cb1ff), to(#2c5ec2));
    position: relative;
    width: 100%;
}


.button {
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/menu_button_back.png');
    background-position: center;
	z-index: 1;
}

.button_m {
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
	font-size:10px;
	padding:35px 0 0 5px;
	font-weight:bold;
	z-index: 0;
}

.menu-button-left_m {
    left: 0px;

}

.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}

/*main*/
#main {
    background: #FFFFFF;
}
#contentss {
    padding: 20px;
}


/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*plugin*/
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}

.style2 {
float:right;
font-size: 12px;
display: block;
color:#333333;
}

 /* プルダウン */
.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
  margin: 15px 28%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

