/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1000.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	vertical-align: bottom;
}

/* 【レイアウト】=Layout
-------------------------------------------------------------- */

/*
レイアウト：LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -280px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 36px 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 280px;/*初期値220*/
	position: relative;
	opacity:.95
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
レイアウト：LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto 36px;
	width: 640px;
}

/*
レイアウト：LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/*【フォント】 =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: /*Georgia, "Bitstream Charter", serif;*/
		Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: /*"Arial", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
		Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
#content h1.page-title,
#content h1.page-title span {
	color: #aaa;
}
input[type=submit] {
	font-family: "Arial", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Arial", "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: "Arial", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure【構造】
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	background: #000000; /*背景色２*/
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* 【グローバルな要素】=Global Elements
-------------------------------------------------------------- */

/* 【メインテーマ】Main global 'theme' and typographic styles
 */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #a9a9a9;
	font-size: 12px;
	line-height: 14px;/*18-14*/
}
hr {
	background-color: #666;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* 【文字要素】Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}


/*.h5 {
	background: #232323;
	color: #bfbfbf;
	line-height: normal;
	margin-bottom: 18px;
	padding: 1.5em;
	border:1px solid #1581c5;
	font-size: 1em;
}*/

div.entry-content
/*.entry-content-box*/ {
	background: #232323; /*メインコンテンツ背景色f7f7f7*/
	color: #bfbfbf; /*bfbfbfメインコンテンツ文字色222*/
	line-height: normal ;/*18px normal ← 2019.10.08変更*/
	margin-top: 40px;
	margin-bottom: 18px;
	padding: 10px 18px 10px ;
	border:1px solid #1581c5;
	font-size: 1.2em;
}
div.entry-content div.wp_social_bookmarking_light  {

	position:relative;
	bottom: 40px
}
div.one-column #content .entry-content .wp_social_bookmarking_light p {
	display: none;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
	color:#fd2fa8;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;   /*検索窓背景*/
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a,
.a {
	color: #00fcff;/*ff7e00 0066ccプロフィールページで…fed202*/
	text-decoration: none;
}
/*a:visited {
	color: #00bbcc;/*e5ac00 743399訪問済みリンク
}*/
a:active,
a:hover {
	color: #aeff01;
	text-decoration: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
	cursor: text;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/*【ヘッダー】=Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
	display:none;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display:none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
	display:none;
}

/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;/*2px*/
	border-bottom: 0px solid #000;/*1px*/
	display: block;
	margin: 0 auto;
}


/*【メニュー】=Menu
-------------------------------------------------------------- */

#access {
	background: #0a3e5e;/*メニューバー背景*/
	display: block;
	float: left;
	margin: 0 auto;
	width: 980px;
	border :1px #051d2b solid;
	border-radius: 15px 15px 0 0 ;
   	text-shadow: 0px 2px 2px #000000;
}


#access .menu-header,
div.menu {
	font-size: 14px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff !important;/*← メニューバー文字色*/
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	z-index: 0;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	z-index: 0
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #1581c5;
	color: #fddc00 !important;
	transform: scale(1.5) ;
	-webkit-transform: scale(1.2) ;
	z-index: 9999;
}/*↑メニューバーのマウスオーバー*/
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* 【コンテンツ】=Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;/*初期値40*/
}
#content {
	/*margin-bottom: 36px;*/
}
#content,
#content input,
#content textarea {
	color: #232323;
	font-size: 13px;/*記事フォントサイズ*/
	line-height: normal; /*24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #1581c5; 　/*記事タイトル文字色*/
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
#content .entry-title {
	color: #1581c5; 　/*1581c5記事タイトル文字色*/
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #1581c5;　/*記事タイトル文字色*/
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:hover {
	color: #aeff01;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
	display: none;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #98d2ff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #cf1724;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/*【ギャラリー】 =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* 【アタッチメントページ】=Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* 【イメージ】=Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.center {
	text-align: center;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/*【ナビゲーション】 =Navigation
-------------------------------------------------------------- */

.navigation {
/*	color: #888;
	font-size: 12px;*/
	line-height: 18px;
	overflow: hidden;
}

/*ナビゲーション元のヤツ（要らないはず）
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
*/

.nav-previous a {
}
.nav-previous a{
	text-decoration: none;
	color: #fff;
	float: left;
	width: 30%;
	display: inline-block;
	font-weight:normal;
    padding: 0.5em 1em;
    background: #000;
    border: 1px solid #0d4f78;
    border-radius: 0 15px 15px 0px;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
}
.nav-previous a:hover{
	color: #1ca8ff;
	border: 1px solid #1ca8ff;
	text-shadow: 0px 3px 3px #000;
	background: #232323;
    }


/*.nav-next {
	float: right;
	text-align: right;
	width: 40%;
}*/

.nav-next a{
	text-decoration: none;
	color: #fff;
	float: right;
	text-align: right;
	width: 30%;
	display: inline-block;
	font-weight:normal;
	font-size: 14px;
    padding: 0.5em 1em;
    background: #000;
    border: 1px solid #0d4f78;
    border-radius: 15px 0px 0px 15px;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
}
.nav-next a:hover{
	color: #1ca8ff;
	border: 1px solid #1ca8ff;
	text-shadow: 0px 3px 3px #000;
	background: #232323;
    }




#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* 【コメント】=Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	background-color: #a5b9cc;
	border: 1px solid #cfe8ff;
	margin: 15px 0 0 0;
	color: #323232;

}
#comments a {
	color:#003bff;
}
#comments a:hover {
	color: #c315c5;
	text-decoration: underline;
}
#comments .navigation {
	padding: 0 0 18px 18px;
}
h3#comments-title,
h3#reply-title {
	color: #745421;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin: 0 20px 0 20px;

}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dashed #cfe8ff;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 40px 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 10px;
}
.comment-author {
}
.comment-author cite {
	color: #285580;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
	color: #ffffff;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #ffffff;
	text-decoration: none;
}

.comment-body a {
	color: #0082ff;
}

.comment-body a:hover {
	color: #004f99;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #cf1724;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #285580;
	font-weight: bold;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #cf1724;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form 【コメントフォーム】*/
input[type=submit] {
	color: #000;
}
#respond {
	border-top: 1px solid #fff;
	margin: 24px 24px;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond p.comment-form-author label:before {
	content: "（個人を特定できない）お"
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	margin-left: -0.2em;
}
#respond label {
	color: #457;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #457;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.captchaImgRefresh {
	width: 21px;
	height: 21px;
	border: 1px solid #fff !important;
	border-radius: 21px;
}

/* 【ウィジェットエリア】=Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	list-style-type: none;
	margin-left: -10px;
	/*background: #051d2b;/*エリア背景色141414*/
	/*font-size: 12px;
	color:#808080;
	line-height: 1.6em;
	border :1px #1581c5 solid;
	border-radius: 20px 0px 20px 0px;*/
}
.xoxo .widget_categories {
	font-size: 80%;
}
.widget_categories h3 {
	font-size: 175%;
}
.widget_categories > ul > li  {
	margin-bottom: 2em;
}
.cat-item a {
	color: #1ca8ff;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s  ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	font-size: 125%;
}
.cat-item a:hover{
	color: #fff;
	text-shadow:
		1px 1px 3px #FFFFFF, -1px -1px 3px #FFFFFF,
		3px 3px 8px #FFFFFF, -3px -3px 8px #FFFFFF,
		5px 5px 10px #FFFFFF, -5px -5px 10px #FFFFFF
}
.widget_categories > ul > li > a {
}
.widget-area ul ul {
	list-style: none;/*square*/
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.s2_form_widget h3.widget-title {
	white-space: nowrap;
}
.subscribe {
	margin-left: 5px;
}
.subscribe input[name="email"] {
	width:95%;
	color: #464646;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 70%;
	margin-left: 5px;
	color: #464646;
}
.widget_search label {
	display: none;
}
.widget_recent_entries li,
.twitter-item {
	padding-bottom:10px;
}
.widget_recent_entries li:last-child,
li.twitter-item:last-child {
	margin-bottom:-5px;
}
.twitter-timestamp abbr {
	display: block;
	border-bottom-color: #1581C5;
	color: #1581C5;
}
.widget-container {
	margin-bottom: 18px ;
	padding: 10px 6px ;
	font-weight: normal/*bold;*/;
	background: #051d2b;
	font-size: 12px;
	color:#808080;
	line-height: 1.6em;
	border :1px #1581c5 solid;
	border-radius: 10px 10px 10px 10px;
}
#text-9.widget-container{
	border: none;
	background: none;
	padding: 0;
}
.widget-container ul {
	margin-right: 5px
}
.widget-title {
	color: #e5c912;
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: 0px 6px 6px #000000;
	margin: 2px 0 9px 8px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 90%;
	margin: 0 auto;
}
#wp-calendar tbody a{
	color: #aeff01;
	font-weight: normal;
	font-size: 1.3em;
}
#wp-calendar caption {
	color: #808080;
	font-size: 12px;
	padding-bottom: 2px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	width: 14%;
}
#wp-calendar tbody {
	color: #e5e5e5;
}
#wp-calendar tbody td {
	background: #8f0101;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	padding-top: 2px;
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #cf1724;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 1px 0px 10px 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1em; /*1.3em初期値*/
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* 過去記事・カレンダー */
#archives-3 {
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: none;
	border-bottom-right-radius: 0;
}
#calendar-3 {
	border-top: none;
	border-top-left-radius: 0;
}
/* お知らせ */
.info {
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	line-height: 1.7em;
}
/* facebook */
#text-5 {
	background: transparent;
	padding: 0;
	margin-top: 50px;
	border: 1px solid #3B5998;
	border-radius: 0;
}
#text-5 .widget-title {
	background: none repeat scroll 0 0 #3B5998;
	color: snow;
	margin: 0;
	padding: 3px;
	text-shadow: 0 -1px 0 #000;
	font-size: 1.2em;
}

/* 【フッター】=Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background: #051d2b;/*フッター背景色*/
	border-radius: 0 0 15px 15px ;
	position: relative;
	bottom: 5px;
}
#colophon {
	border-top: 8px solid #0a3e5e;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;

}
#site-info {
	margin-left: 10px;
	font-weight: bold;
}
#site-info a {
	color: #1fadff;/*750101 0a3e5e*/
	text-decoration: none;
   	text-shadow: 0px 2px 2px #000000;
	position: relative;
	display: inline-block;
	-webkit-transition:
		-webkit-transform 0.5s ease,
		color 2.3s ease-in-out;
	-moz-transition:
		-moz-transform 0.5s ease,
		color 2.3s ease-in-out;
	-o-transition:
		-o-transform 0.5s ease,
		color 2.3s ease-in-out;
}
#site-info a:hover {
	color: #fff;
	padding: 30px;
	margin: -30px;
	font-weight: bold;
   	text-shadow: 0px 4px 4px #000000;
	-webkit-transform: rotate(1080deg);
	-moz-transform: rotate(1080deg);
	-o-transform: rotate(1080deg);
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 18pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/*【ボタン設定】---------------------------------------------------------*/

@-webkit-keyframes jump {
    0%{ bottom: 0;}
    10% { bottom: 6px;}
    70% { bottom: 10px;}
    90% { bottom: 1px;}
    100% { bottom: 0;}
    }
@-moz-keyframes jump {
    0%{ bottom: 0;}
    10% { bottom: 6px;}
    70% { bottom: 10px;}
    90% { bottom: 1px;}
    100% { bottom: 0;}
    }

a.button,
div.button {
    position: relative;
    bottom: 0;
    display: inline-block;/**/
    padding: 0.5em 1.5em 0.5em 1.5em;
    background: #cccccc;
    border: 1px solid #666666;
    border-radius: 12px;
    color: #000000;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    text-shadow: 0px 1px 1px #ffffff;
    clear: both;

    -webkit-box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    -moz-box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #000, inset 0 1px 1px #fff;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0cc7e), to(#f0ae20
));
    background-image: -moz-linear-gradient(top, #f0cc7e, #f0ae20
);
    background-image: -o-linear-gradient(top, #f0cc7e, #f0ae20
);
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    }

a.button:hover{
    color: #0078ff;
    -webkit-animation: jump 0.7s ease-out infinite;
    -moz-animation: jump 0.7s ease-out infinite;
    }
a.btn {
	color: #205d78;
	font-weight: bold;
}
/*..........ブログリンク*/
a.blog {
	display: inline-block;
	text-indent: -68px;
	margin-left: 68px;
	padding-top: 3px;
}
a.blog:before {
	margin-right: 0.5em;
	content: "ブログ記事";
	background: #094eae;
	font-weight: normal;
	font-size: 90%;
	border: 1px solid rgba(85, 102, 119, .4);
}
a.blog:hover {
	text-decoration: none;
}
a.blog:hover:before {
	color: #00FCFF;
	opacity: .8;
}
/*【ブログ文字設定 】---------------------------------------------------------*/

.iro1 {
	color:#ccff00;
}
.iro2 {
	color:#ff75c3;/*FF66FF*/
}
.iro3 {
	color:#1581c5;
}
.iro4 {
	color:#ff9900;
}
.iro5 {
	color:#92c103;
}
.iro6 {
	color:#ba94fe;
}
.iro-c {
	color:#00a0e0;
}
.iro-w {
	color:#fff;
}
.iro-y {
	color:#fff100;
}
.iro-m {
	color:#e4007f;
}
.syare { /*..........シャレオツ*/
	font-weight: normal;
	color: #cb2c8d;
}
.dai{	font-size:1.5em;
	font-weight: bold;
}
.chu{	font-size:1.3em;
	font-weight: bold;
}
.syo{ font-size:0.8em;
}

.dai-n {	font-size:1.8em;
	font-weight: normal;
}

.chu-n {	font-size:1.5em;
	font-weight: normal;
}

.chu-w25 {	font-size:2.5em;
	color:#fff;
	font-weight: normal;
}
.chu-25 {	font-size:2.5em;
	font-weight: normal;
}

.keikoku{
	color:#CC0000;
}
.red {
	color:red;
}
.fw-b {
	font-weight: bold
}
.kage600 {
	width: 600px;
	margin-bottom: 5px;
	box-shadow: 0 10px 10px #000;
}
.kage600 img {
	vertical-align: bottom;
}
.kage300 {
	width: 300px;
	margin-bottom: 5px;
	box-shadow: 0 10px 10px #000;
}
.kage300 img {
	vertical-align: bottom;
}
.kage400 {
	width: 400px;
	margin-bottom: 5px;
	box-shadow: 0 10px 30px #000;
}
.kage400 img {
	vertical-align: bottom;
}
.kage150 {
	width: 150px;
	margin-bottom: 5px;
	box-shadow: 0 10px 20px #000;
}
.kage150 img {
	vertical-align: bottom;
}
.kage560 {
	width: 400px;
	margin-bottom: 5px;
	box-shadow: 0 10px 30px #000;
}
.kage560 img {
	vertical-align: bottom;
}
.mtop-35px {
	margin-top: -35px;
}
p img { margin-right: 10px; margin-bottom:10px; }
.mg-l1em {
	margin-left: 1em
}
.mg-l2em {
	margin-left: 2em
}
.mg-t2em {
	margin-top: 2em;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}
.block {
	position: relative;
}
.b2 {
	position: absolute;
	top:0;
}
.b2 img:hover {opacity:0;}
.b2 img.hover {opacity:0;}
/*
#content .type-page div.entry-content p:nth-of-type(1) {
	/*display: none;
}
*/
/* リンク切れ
.broken_link,
a.broken_link {
	text-decoration: none !important;
} */
/*.............Eye-Fi＋iPad 安定アドホック接続の秘技完全伝授。固定ページナビゲーション*/
#content ul.nav {

	padding: 9px;
	color: #ccc;
	box-shadow: 0 1px 8px #000,
		inset 0 10px 10px rgba(0,0,0,.4),
		inset 0 -10px 20px rgba(255,255,255,0.1);
}
#content ul.nav li {
	color: #fff;
	overflow: hidden;
}
#content ul.nav div {
	padding-left: 3em;
	text-indent: -3em;
	color: #bbb;
}
/*.............Eye-Fi＋iPad 安定アドホック接続の秘技完全伝授。固定ページタイトル*/
#post-3163 h1.entry-title,
#post-3235 h1.entry-title,
#post-3424 h1.entry-title,
#post-3454 h1.entry-title,
#post-3791 h1.entry-title,
#post-3824 h1.entry-title,
#post-3885 h1.entry-title {
	padding-left: 3em;
	text-indent: -3em;
}

/*..................................................................売場へ*/
.uriba {
	display: inline-block;
	position: relative;
	top: 600px;
	padding: 3px 9px;
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2),
		inset 0 -8px 20px rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px #fff;
	color: fuchsia;
	font-size: 14px
}

/* Subscribe2 start */
#content form[action="http://panproduct.com/blog/?page_id=12134"] {
	margin-top: 60px;
	padding: 12px;
	background: #232323;
	box-shadow: 0 5px 10px #000,
		inset 2px 2px 4px 2px #777,
		inset -2px -2px 4px 2px #777,
		inset 0 10px 50px rgba(0, 0, 0, .2),
		inset 0 100px 100px rgba(255, 255, 255, .1);
	text-shadow: 0 -1px 1px #000;
}
#content form[action="http://panproduct.com/blog/?page_id=12134"] p{
	margin: 0
}
#content label[for="s2email"] {
	display: none;
}
#content input[id="s2email"] {
	width: 45%;
	float: left;
	margin: 0 9px 0 1em;
	box-shadow: 0 1px 8px #000;
}
#content .entry-content input[type="submit"],
#content .entry-content input.Buttons {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	background: #eee;
	border: 2px solid #aaa;
	border-color: #c1c1c1 #bfbfbf #cacaca #a5a5a5;
	color: #000;
	text-shadow: #fff 0 1px 1px;
	border-radius: 20px;
	box-shadow:
		0 4px 7px rgba(15, 15, 15, 0.5),
		inset 0 -8px 12px 0 #fff,
		inset 0 -8px 0 8px #bbb,
		inset 0 -35px 15px -10px #ddd;
}
#content .entry-content input[type="submit"]:hover {
	top: 1px;
	left: 1px;
	box-shadow:
		0 1px 1px rgba(15, 15, 15, 0.5),
		inset 0 -8px 12px 0 #fff,
		inset 0 -8px 0 8px #bbb,
		inset 0 -35px 15px -10px #ddd;
}
#content .entry-content input {
	margin-bottom: 0;
	text-shadow: 0 -1px 1px #fff;
}
#content form[action="http://panproduct.com/blog/?page_id=12134"]:before {
	content: "当ブログの最新記事をいち早くチェックしたい方は、▼";
}
#content form[action="http://panproduct.com/blog/?page_id=12134"]:after {
	content: "メールアドレスを登録しておくと「使える機材Blog!」の新記事がアップされた瞬間、ブログタイトルとブログリンクだけが書かれたメールがやってきます。いち早くブログを読みたい人は登録してくださいね。（ウザくなったらいつでもやめられますしね・・・。）\A\Aメールアドレスを送信しますと、ご登録のメールアドレス宛に確認のメールが届きます。確認メールの「手続き完了URL」をクリックすることで、お手続きが完了いたします。";
	display: block;
	white-space: pre-line;
	margin-top: 12px;
	font-size: 95%;
}
#content .entry-content p.s2_error {
	margin-top: 15px;
	color: #e45;
	font-size: 120%;
	text-align: center;
}
/* Subscribe2 end */
/* WP-Polls start */
#content .entry-content form.wp-polls-form {
	margin: 60px 100px 20px;
	background-color: #B5A08B;
	box-shadow: 0 5px 10px #000,
		inset 2px 2px 4px 2px #B5A08B,
		inset -2px -2px 4px 2px #B5A08B,
		inset 0 160px 160px rgba(255, 255, 255, .7);
		inset 0 -10px 10px rgba(255, 255, 255, .6),
}
#content form.wp-polls-form p:nth-of-type(2) {
	margin-bottom: 10px;
	color: #222;
	text-shadow: 0 -1px 1px #fff;
}
ul.wp-polls-ul label {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	text-shadow: none;
}
#content div.wp-polls-ans p:last-child {
	margin-top: 10px;
}
/* WP-Polls end */
#text-4 { /* いいね！ */
	border: none;
	background: none;
}
a.a-button {
	display: inline-block;
	position: relative;
	padding: 2px 10px;
	background: #fff;
	font-size: 120%;
	font-weight: bold;
	color: #fff000;
	text-shadow: #cf0293 0 -1px 1px;
	border-radius: 20px;
	box-shadow:
		0 4px 7px #000,
		inset 0 -8px 12px 0 #ff00b4,
		inset 0 -8px 0 8px #fe2bbf,
		inset 0 -35px 15px -10px #ff2ec0;
}
a.a-button:hover {
	color: #fff;
}
/* #blog */
#blog {
	line-height: 1.7em
}
#blog h5 {
	margin: 0.5em 0;
	padding-left: 0.5em;
	border-left: 5px solid rgba(255,255,255,.5);
	color: rgba(255,255,255,.8);
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}
.b {
	margin: .5em 0;
}
#blog pre {
	font: inherit;
	padding: .5em;
	margin: 0;
	background: rgba(255,255,255,.1);
}
#blog .c {
	font-size: 85%;
	background: rgba(255,255,255,.5);
	color: black;
	display: inline-block;
	font-weight: bold;
	padding: 0 0.5em;
}
#blog .syo {
	line-height: 1.5;
}
#blog table {
	background: rgba(255,255,255,.1);
	border: none;
	width: 100%;
	margin: 0;
}
#blog table td,
#blog table th {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgba(0,0,0,.2);rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 3px 8px;
}
#blog table tr:last-child td,
#blog table tr:last-child th {
	border-bottom: none;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.02);
}
#blog table th {
	border-right: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.02),
		0 1px 0 rgba(255, 255, 255, 0.05);
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
}
#blog code {
	font: inherit;
}
#blog .ss {
	margin-top: 5em
}
#blog .s {
	background: rgba(47, 167, 66, 0.6);
	display: inline-block;
	height: 0.5em;
	width: 0.5em;
	line-height: 0;
}
#blog img {
	vertical-align: bottom;
}
#blog a img:hover {
	opacity: .7
}
#blog .bk {
	position: relative;
	margin: 1em 0;
}
#blog .bk div {
	position: absolute;
}
.t-5 {
	text-indent: -.5em;
	display: inline-block;
}
.ls-5 {
	letter-spacing: -.5em;
}
.i {
	font-family: serif;
	font-style: oblique;
	opacity: .8;
}
#blog.center {
	width: 70%;
	margin: 0 auto;
}
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
#blog .zo {
	margin-bottom:9em
}
.zo-fb,
.zo-tw {
	display: block;
	position: relative;
	float: left;
	font-size: 8em;
	line-height: normal;
	margin-right: 1em;
	color: rgba(255, 255, 255, 0.1);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.zo-fb:hover,
.zo-fb:focus {
	color: #3B5998;
}
.zo-tw:hover,
.zo-tw:focus {
	color: #00C5F9;
}
.zo-tw span {
	display:none;
	position:relative;
	font-size: .125em;
	padding: .1em .55em;
	background: #00C5F9;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.8);
	top: -5em;
	left: 1em;
}
.zo-tw span:after {
	content: "";
	display: block;
	width:0;
	height:0;
	border-top: 6px solid transparent;
	border-right: 6px solid #00C5F9;
	border-bottom: 6px solid transparent;
	position: absolute;
	top:0;
	left: -6px;
}
.zo-tw:hover span {
	display: inline-block;
	-webkit-animation: tooltip 4s ease;
	-moz-animation: tooltip 4s ease;
	animation: tooltip 4s ease;
}
@-webkit-keyframes tooltip {
	0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes tooltip {
	0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes tooltip {
	0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
/* 動画作品集 */
body.page-id-5374 {
	background: rgba(0,0,0,.7) !important;
}
.page-id-5374 #wrapper {
	padding:0;
	background: none;
}
.page-id-5374 #branding img {
	display: none;
}
.page-id-5374 #access {
	background: none;
	border: none
}
.page-id-5374 #access .menu-header li {
	clear: both;
}
.page-id-5374 #main {
	width: 940px;
	background: rgba(0,0,0,.8);
	box-shadow: 0 0 120px rgba(0,0,0,.4);
}
.page-id-5374 .hentry {
	margin: 0;
}
.page-id-5374 #container {
	/* background: #000; */
}
.page-id-5374 #content {
	width: 940px;
	margin: 0 auto;
}
.page-id-5374 div.entry-content {
	border: none;
	background: rgba(35,35,35,.7);
}
.page-id-5374 #content .entry-title {
	padding: 10px;
	color: #fff;
}
.page-id-5374 #comments {
	display: none;
}
.page-id-5374 #footer {
	width: 940px;
	margin: -7px auto 0;
	background: #1d1d1d;
}
.page-id-5374 #colophon {
	width: 940px;
	border: none;
}
.library ul {
	margin-top: 60px;
	list-style: none outside none;
}
.library ul:first-child {
	margin-top: -30px;
}
.library ul li {
	width: 853px;
	display: block;
	position: relative;
	text-shadow: 0 -1px 0 #000;
}
.library ul li div {
	padding: .7em;
}
.library ul li div span {
	display: inline-block;
	padding-left: .4em;
	border-right:
}
.library ul li div span:before {
	content:"|";
	padding-right: .4em;
	color: #999;
}
.library ul li:nth-of-type(3) {
	border-width: 5px 5px 2px;
	border-style: solid;
	border-color: #333;
	background:#333;
}
.library ul li:nth-of-type(3) div {
	padding:0
}
.library ul li:first-child {
	border-top: 5px solid #333;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	color:#fff;
	font-size: 170%;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.library ul li:last-child {
	font-size: 80%
}
.library ul li:first-child div:first-child {
	background: rgba(167, 11, 0, 0.84);
	color: #FFFFFF;
	font-size: 50%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 10px;
}
.library ul li:first-child div {
	padding-top: 0;
	font-size: 60%;
	color: #bbb
}
.library ul li:first-child span {
	padding-left:1em;
	font-size: 50%;
	color: #bfbfbf;
}
.library ul li:first-child span:nth-of-type(2) {
	float: right;
}
.library ul li:nth-of-type(2) div {
	font-size: 85%;
}
#bangai {
	position: absolute;
	margin: 180px -18px 0;
}
#bangai h5 {
	color: #fff !important;
	font-size: 200%;
	font-weight: bold;
	margin: 0 !important;
	padding-top: 50px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
#bangai p {
	color: transparent;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
}
#bangai .panorama div {
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
}

.slideshow6 img {
	width: 944px;
	position: relative;
	opacity:0;
}
.slideshow6 ul {
	z-index: 1
}
.slideshow6 div {
	background: #4c4c4c
}
.slideshow6 div:after {
	content: " ";
	position: relative;
	display: block;
	height: 450px;
	box-shadow: 0 0 80px 20px rgba(76, 76, 76, 0.8) inset;
	z-index: 2;
}
div.slideshow6:before {
	content: " ";
	position: absolute;
	display: block;
	margin: 0 0 0 122px;
	width: 500px;
	height: 450px;
	box-shadow: 0 0 50px 20px rgba(0, 0, 10, 0.5);
	border-radius: 600px/100px;
	z-index: 0;
}

.slideshow6 ul li:nth-of-type(1) {

}
.slideshow6 ul li:nth-of-type(2)  {
	left: -944px;
}
.slideshow6 ul li:nth-of-type(3)  {
	left: -1888px;
}
.slideshow6 ul li:nth-of-type(4)  {
	left: -2832px;
}
.slideshow6 ul li:nth-of-type(5) {
	left: -3776px;
}
.slideshow6 ul li:nth-of-type(6) {
	left: -4720px;
}

.slideshow6 ul li:nth-of-type(1) img {
	top: -100px;
 	-webkit-animation: slideshow6-1 60s ease-in-out infinite;
	animation: slideshow6-1 60s ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(2)  img {
	top: -110px;
	-webkit-animation: slideshow6-2 60s 9960ms ease-in-out infinite;
	animation: slideshow6-2 60s 9960ms ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(3) img {
	left: -50px;
	-webkit-animation: slideshow6-3 60s 19920ms ease-in-out infinite;
	animation: slideshow6-3 60s 19920ms ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(4) img {
	top: 0px;
	left: -100px;
	-webkit-animation: slideshow6-4 60s 29880ms ease-in infinite;
	animation: slideshow6-4 60s 29880ms ease-in infinite;
}
.slideshow6 ul li:nth-of-type(5) img {
	top: -200px;
	left: -100px;
	-webkit-animation: slideshow6-5 60s 39840ms ease-out infinite;
	animation: slideshow6-5 60s 39840ms ease-out infinite;
}
.slideshow6 ul li:nth-of-type(6) img {
	top: -100px;
	left: -150px;
	-webkit-animation: slideshow6-6 60s 49800ms ease-in infinite;
	animation: slideshow6-6 60s 49800ms ease-in infinite;
}
@-webkit-keyframes slideshow6-1 {
0% { opacity: 0; -webkit-transform:translate(0px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(-200px, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-2 {
0% { opacity: 0; -webkit-transform:translate(-200px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0px, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-3 {
0% { opacity: 0; -webkit-transform:translate( 0px, -250px) scale(1) }
4% { opacity: .9;  }
16.6% { opacity: .8;  }
20.6% { opacity: 0; -webkit-transform:translate(-150px, 0) scale(1) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-4 {
0% { opacity: 0; -webkit-transform:translate(0, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0, -200px) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-5 {
0% { opacity: 0; -webkit-transform:translate(0, -360px) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-6 {
0% { opacity: 0; -webkit-transform:translate(0, 0) scale(1) rotate(0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(180px, -100px ) scale(1.1) rotate(-8deg) }
100% { opacity: 0;  }
}

@keyframes slideshow6-1 {
0% { opacity: 0; transform:translate(0px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(-200px, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-2 {
0% { opacity: 0; transform:translate(-200px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0px, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-3 {
0% { opacity: 0; transform:translate( 0px, -250px) scale(1) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(-150px, 0) scale(1) }
100% { opacity: 0;  }
}
@keyframes slideshow6-4 {
0% { opacity: 0; transform:translate(0, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0, -200px) }
100% { opacity: 0;  }
}
@keyframes slideshow6-5 {
0% { opacity: 0; transform:translate(0, -360px) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-6 {
0% { opacity: 0; transform:translate(0, 0) scale(1) rotate(0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(180px, -100px) scale(1.2) rotate(-8deg) }
100% { opacity: 0;  }
}


/* 動画作品集【α7】 */
body.page-id-40717 {
	background: rgba(0,0,0,.7) !important;
}
.page-id-40717 #wrapper {
	padding:0;
	background: none;
}
.page-id-40717 #branding img {
	display: none;
}
.page-id-40717 #access {
	background: none;
	border: none
}
.page-id-40717 #access .menu-header li {
	clear: both;
}
.page-id-40717 #main {
	width: 940px;
	background: rgba(0,0,0,.8);
	box-shadow: 0 0 120px rgba(0,0,0,.4);
}
.page-id-40717 .hentry {
	margin: 0;
}
.page-id-40717 #container {
	/* background: #000; */
}
.page-id-40717 #content {
	width: 940px;
	margin: 0 auto;
}
.page-id-40717 div.entry-content {
	border: none;
	background: rgba(35,35,35,.7);
}
.page-id-40717 #content .entry-title {
	padding: 10px;
	color: #fff;
}
.page-id-40717 #comments {
	display: none;
}
.page-id-40717 #footer {
	width: 940px;
	margin: -7px auto 0;
	background: #1d1d1d;
}
.page-id-40717 #colophon {
	width: 940px;
	border: none;
}
.library ul {
	margin-top: 60px;
	list-style: none outside none;
}
.library ul:first-child {
	margin-top: -30px;
}
.library ul li {
	width: 853px;
	display: block;
	position: relative;
	text-shadow: 0 -1px 0 #000;
}
.library ul li div {
	padding: .7em;
}
.library ul li div span {
	display: inline-block;
	padding-left: .4em;
	border-right:
}
.library ul li div span:before {
	content:"|";
	padding-right: .4em;
	color: #999;
}
.library ul li:nth-of-type(3) {
	border-width: 5px 5px 2px;
	border-style: solid;
	border-color: #333;
	background:#333;
}
.library ul li:nth-of-type(3) div {
	padding:0
}
.library ul li:first-child {
	border-top: 5px solid #333;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	color:#fff;
	font-size: 170%;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.library ul li:last-child {
	font-size: 80%
}
.library ul li:first-child div:first-child {
	background: rgba(167, 11, 0, 0.84);
	color: #FFFFFF;
	font-size: 50%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 10px;
}
.library ul li:first-child div {
	padding-top: 0;
	font-size: 60%;
	color: #bbb
}
.library ul li:first-child span {
	padding-left:1em;
	font-size: 50%;
	color: #bfbfbf;
}
.library ul li:first-child span:nth-of-type(2) {
	float: right;
}
.library ul li:nth-of-type(2) div {
	font-size: 85%;
}
#bangai {
	position: absolute;
	margin: 180px -18px 0;
}
#bangai h5 {
	color: #fff !important;
	font-size: 200%;
	font-weight: bold;
	margin: 0 !important;
	padding-top: 50px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
#bangai p {
	color: transparent;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
}
#bangai .panorama div {
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
}

.slideshow6 img {
	width: 944px;
	position: relative;
	opacity:0;
}
.slideshow6 ul {
	z-index: 1
}
.slideshow6 div {
	background: #4c4c4c
}
.slideshow6 div:after {
	content: " ";
	position: relative;
	display: block;
	height: 450px;
	box-shadow: 0 0 80px 20px rgba(76, 76, 76, 0.8) inset;
	z-index: 2;
}
div.slideshow6:before {
	content: " ";
	position: absolute;
	display: block;
	margin: 0 0 0 122px;
	width: 500px;
	height: 450px;
	box-shadow: 0 0 50px 20px rgba(0, 0, 10, 0.5);
	border-radius: 600px/100px;
	z-index: 0;
}

.slideshow6 ul li:nth-of-type(1) {

}
.slideshow6 ul li:nth-of-type(2)  {
	left: -944px;
}
.slideshow6 ul li:nth-of-type(3)  {
	left: -1888px;
}
.slideshow6 ul li:nth-of-type(4)  {
	left: -2832px;
}
.slideshow6 ul li:nth-of-type(5) {
	left: -3776px;
}
.slideshow6 ul li:nth-of-type(6) {
	left: -4720px;
}

.slideshow6 ul li:nth-of-type(1) img {
	top: -100px;
 	-webkit-animation: slideshow6-1 60s ease-in-out infinite;
	animation: slideshow6-1 60s ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(2)  img {
	top: -110px;
	-webkit-animation: slideshow6-2 60s 9960ms ease-in-out infinite;
	animation: slideshow6-2 60s 9960ms ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(3) img {
	left: -50px;
	-webkit-animation: slideshow6-3 60s 19920ms ease-in-out infinite;
	animation: slideshow6-3 60s 19920ms ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(4) img {
	top: 0px;
	left: -100px;
	-webkit-animation: slideshow6-4 60s 29880ms ease-in infinite;
	animation: slideshow6-4 60s 29880ms ease-in infinite;
}
.slideshow6 ul li:nth-of-type(5) img {
	top: -200px;
	left: -100px;
	-webkit-animation: slideshow6-5 60s 39840ms ease-out infinite;
	animation: slideshow6-5 60s 39840ms ease-out infinite;
}
.slideshow6 ul li:nth-of-type(6) img {
	top: -100px;
	left: -150px;
	-webkit-animation: slideshow6-6 60s 49800ms ease-in infinite;
	animation: slideshow6-6 60s 49800ms ease-in infinite;
}
@-webkit-keyframes slideshow6-1 {
0% { opacity: 0; -webkit-transform:translate(0px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(-200px, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-2 {
0% { opacity: 0; -webkit-transform:translate(-200px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0px, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-3 {
0% { opacity: 0; -webkit-transform:translate( 0px, -250px) scale(1) }
4% { opacity: .9;  }
16.6% { opacity: .8;  }
20.6% { opacity: 0; -webkit-transform:translate(-150px, 0) scale(1) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-4 {
0% { opacity: 0; -webkit-transform:translate(0, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0, -200px) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-5 {
0% { opacity: 0; -webkit-transform:translate(0, -360px) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-6 {
0% { opacity: 0; -webkit-transform:translate(0, 0) scale(1) rotate(0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(180px, -100px ) scale(1.1) rotate(-8deg) }
100% { opacity: 0;  }
}

@keyframes slideshow6-1 {
0% { opacity: 0; transform:translate(0px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(-200px, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-2 {
0% { opacity: 0; transform:translate(-200px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0px, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-3 {
0% { opacity: 0; transform:translate( 0px, -250px) scale(1) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(-150px, 0) scale(1) }
100% { opacity: 0;  }
}
@keyframes slideshow6-4 {
0% { opacity: 0; transform:translate(0, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0, -200px) }
100% { opacity: 0;  }
}
@keyframes slideshow6-5 {
0% { opacity: 0; transform:translate(0, -360px) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-6 {
0% { opacity: 0; transform:translate(0, 0) scale(1) rotate(0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(180px, -100px) scale(1.2) rotate(-8deg) }
100% { opacity: 0;  }
}



/* 動画作品集【GoPro iPhone】 */
body.page-id-40769 {
	background: rgba(0,0,0,.7) !important;
}
.page-id-40769 #wrapper {
	padding:0;
	background: none;
}
.page-id-40769 #branding img {
	display: none;
}
.page-id-40769 #access {
	background: none;
	border: none
}
.page-id-40769 #access .menu-header li {
	clear: both;
}
.page-id-40769 #main {
	width: 940px;
	background: rgba(0,0,0,.8);
	box-shadow: 0 0 120px rgba(0,0,0,.4);
}
.page-id-40769 .hentry {
	margin: 0;
}
.page-id-40769 #container {
	/* background: #000; */
}
.page-id-40769 #content {
	width: 940px;
	margin: 0 auto;
}
.page-id-40769 div.entry-content {
	border: none;
	background: rgba(35,35,35,.7);
}
.page-id-40769 #content .entry-title {
	padding: 10px;
	color: #fff;
}
.page-id-40769 #comments {
	display: none;
}
.page-id-40769 #footer {
	width: 940px;
	margin: -7px auto 0;
	background: #1d1d1d;
}
.page-id-40769 #colophon {
	width: 940px;
	border: none;
}
.library ul {
	margin-top: 60px;
	list-style: none outside none;
}
.library ul:first-child {
	margin-top: -30px;
}
.library ul li {
	width: 853px;
	display: block;
	position: relative;
	text-shadow: 0 -1px 0 #000;
}
.library ul li div {
	padding: .7em;
}
.library ul li div span {
	display: inline-block;
	padding-left: .4em;
	border-right:
}
.library ul li div span:before {
	content:"|";
	padding-right: .4em;
	color: #999;
}
.library ul li:nth-of-type(3) {
	border-width: 5px 5px 2px;
	border-style: solid;
	border-color: #333;
	background:#333;
}
.library ul li:nth-of-type(3) div {
	padding:0
}
.library ul li:first-child {
	border-top: 5px solid #333;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	color:#fff;
	font-size: 170%;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.library ul li:last-child {
	font-size: 80%
}
.library ul li:first-child div:first-child {
	background: rgba(167, 11, 0, 0.84);
	color: #FFFFFF;
	font-size: 50%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 10px;
}
.library ul li:first-child div {
	padding-top: 0;
	font-size: 60%;
	color: #bbb
}
.library ul li:first-child span {
	padding-left:1em;
	font-size: 50%;
	color: #bfbfbf;
}
.library ul li:first-child span:nth-of-type(2) {
	float: right;
}
.library ul li:nth-of-type(2) div {
	font-size: 85%;
}
#bangai {
	position: absolute;
	margin: 180px -18px 0;
}
#bangai h5 {
	color: #fff !important;
	font-size: 200%;
	font-weight: bold;
	margin: 0 !important;
	padding-top: 50px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
#bangai p {
	color: transparent;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
}
#bangai .panorama div {
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
}

.slideshow6 img {
	width: 944px;
	position: relative;
	opacity:0;
}
.slideshow6 ul {
	z-index: 1
}
.slideshow6 div {
	background: #4c4c4c
}
.slideshow6 div:after {
	content: " ";
	position: relative;
	display: block;
	height: 450px;
	box-shadow: 0 0 80px 20px rgba(76, 76, 76, 0.8) inset;
	z-index: 2;
}
div.slideshow6:before {
	content: " ";
	position: absolute;
	display: block;
	margin: 0 0 0 122px;
	width: 500px;
	height: 450px;
	box-shadow: 0 0 50px 20px rgba(0, 0, 10, 0.5);
	border-radius: 600px/100px;
	z-index: 0;
}

.slideshow6 ul li:nth-of-type(1) {

}
.slideshow6 ul li:nth-of-type(2)  {
	left: -944px;
}
.slideshow6 ul li:nth-of-type(3)  {
	left: -1888px;
}
.slideshow6 ul li:nth-of-type(4)  {
	left: -2832px;
}
.slideshow6 ul li:nth-of-type(5) {
	left: -3776px;
}
.slideshow6 ul li:nth-of-type(6) {
	left: -4720px;
}

.slideshow6 ul li:nth-of-type(1) img {
	top: -100px;
 	-webkit-animation: slideshow6-1 60s ease-in-out infinite;
	animation: slideshow6-1 60s ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(2)  img {
	top: -110px;
	-webkit-animation: slideshow6-2 60s 9960ms ease-in-out infinite;
	animation: slideshow6-2 60s 9960ms ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(3) img {
	left: -50px;
	-webkit-animation: slideshow6-3 60s 19920ms ease-in-out infinite;
	animation: slideshow6-3 60s 19920ms ease-in-out infinite;
}
.slideshow6 ul li:nth-of-type(4) img {
	top: 0px;
	left: -100px;
	-webkit-animation: slideshow6-4 60s 29880ms ease-in infinite;
	animation: slideshow6-4 60s 29880ms ease-in infinite;
}
.slideshow6 ul li:nth-of-type(5) img {
	top: -200px;
	left: -100px;
	-webkit-animation: slideshow6-5 60s 39840ms ease-out infinite;
	animation: slideshow6-5 60s 39840ms ease-out infinite;
}
.slideshow6 ul li:nth-of-type(6) img {
	top: -100px;
	left: -150px;
	-webkit-animation: slideshow6-6 60s 49800ms ease-in infinite;
	animation: slideshow6-6 60s 49800ms ease-in infinite;
}
@-webkit-keyframes slideshow6-1 {
0% { opacity: 0; -webkit-transform:translate(0px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(-200px, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-2 {
0% { opacity: 0; -webkit-transform:translate(-200px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0px, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-3 {
0% { opacity: 0; -webkit-transform:translate( 0px, -250px) scale(1) }
4% { opacity: .9;  }
16.6% { opacity: .8;  }
20.6% { opacity: 0; -webkit-transform:translate(-150px, 0) scale(1) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-4 {
0% { opacity: 0; -webkit-transform:translate(0, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0, -200px) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-5 {
0% { opacity: 0; -webkit-transform:translate(0, -360px) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(0, 0) }
100% { opacity: 0;  }
}
@-webkit-keyframes slideshow6-6 {
0% { opacity: 0; -webkit-transform:translate(0, 0) scale(1) rotate(0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; -webkit-transform:translate(180px, -100px ) scale(1.1) rotate(-8deg) }
100% { opacity: 0;  }
}

@keyframes slideshow6-1 {
0% { opacity: 0; transform:translate(0px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(-200px, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-2 {
0% { opacity: 0; transform:translate(-200px, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0px, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-3 {
0% { opacity: 0; transform:translate( 0px, -250px) scale(1) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(-150px, 0) scale(1) }
100% { opacity: 0;  }
}
@keyframes slideshow6-4 {
0% { opacity: 0; transform:translate(0, 0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0, -200px) }
100% { opacity: 0;  }
}
@keyframes slideshow6-5 {
0% { opacity: 0; transform:translate(0, -360px) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(0, 0) }
100% { opacity: 0;  }
}
@keyframes slideshow6-6 {
0% { opacity: 0; transform:translate(0, 0) scale(1) rotate(0) }
4% { opacity: 1;  }
16.6% { opacity: 1;  }
20.6% { opacity: 0; transform:translate(180px, -100px) scale(1.2) rotate(-8deg) }
100% { opacity: 0;  }
}





/* ウイジェット ★中居中也作品集 */
#text-7 a {
	padding: 0.5em;
	letter-spacing: 0.5em;
	text-decoration: underline;
}

/**/
.post-img {
	width: 600px;
	margin: 35px 0 10px;
	box-shadow: 0 0 12px 2px rgba(0,0,0, .6);
}
.postimg {
	box-shadow: 0 0 12px 2px rgba(0,0,0, .7);
	margin: 0;
}
#post-15806 div.entry-content {
	line-height: 1.75em;
}


/*animation*/
.animation:after {
	content: ".";
	clear: both;
}
.animation div {
	position: absolute;
	overflow:hidden;
}
.animation ul {
	position: relative;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
}
.animation li {
	float: left;
	position: relative;
	list-style: none;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.animation li img {
	vertical-align: bottom;
}

/*パノラマ再生 width:3200px 重なり:200px*/
@-webkit-keyframes panorama1 {
	0% { -webkit-transform: translate(0,0) }
	50% { -webkit-transform: translate(-3000px,0) }
	60% { -webkit-transform: translate(2400px,0)}
	100% { -webkit-transform: translate(0, 0)}
}
@-moz-keyframes panorama1 {
	0% { -moz-transform: translate(0,0) }
	50% { -moz-transform: translate(-3000px,0) }
	60% { -moz-transform: translate(2400px,0)}
	100% { -moz-transform: translate(0, 0)}
}
@keyframes panorama1 {
	0% { transform: translate(0,0) }
	50% { transform: translate(-3000px,0) }
	60% { transform: translate(2400px,0)}
	100% { transform: translate(0, 0)}
}
@-webkit-keyframes panorama2 {
	0% { -webkit-transform: translate(-200px ,0)}
	50% { -webkit-transform: translate(-3200px,0) }
	60% { -webkit-transform: translate(-3800px,0) }
	100% { -webkit-transform: translate( -6200px ,0)}
}
@-moz-keyframes panorama2 {
	0% { -moz-transform: translate(-200px ,0)}
	50% { -moz-transform: translate(-3200px,0) }
	60% { -moz-transform: translate(-3800px,0) }
	100% { -moz-transform: translate( -6200px ,0)}
}
@keyframes panorama2 {
	0% { transform: translate(-200px ,0)}
	50% { transform: translate(-3200px,0) }
	60% { transform: translate(-3800px,0) }
	100% { transform: translate( -6200px ,0)}
}
.panorama ul li:first-child {
	left: -200px;
	animation: panorama1 120s linear infinite;
	-webkit-animation: panorama1 120s linear infinite;
	-moz-animation: panorama1 120s linear infinite;
}
.panorama ul li:last-child {
	left: -200px;
	animation: panorama2 120s linear infinite;
	-webkit-animation: panorama2 120s linear infinite;
	-moz-animation: panorama2 120s linear infinite;
}

/*パノラマ往復 w:2711px*/
@-webkit-keyframes panorama3 {
	0% { -webkit-transform: translate(0, 0) }
	3% { -webkit-transform: translate(0, 0) }
	50% { -webkit-transform: translate(-2074px,0)}
	53% { -webkit-transform: translate(-2074px, 0)}
	100% { -webkit-transform: translate(0, 0)}
}
@-moz-keyframes panorama3 {
	0% { -moz-transform: translate(0, 0) }
	3% { -moz-transform: translate(0, 0) }
	50% { -moz-transform: translate(-2074px,0)}
	53% { -moz-transform: translate(-2074px, 0)}
	100% { -moz-transform: translate(0, 0)}
}
@keyframes panorama3 {
	0% { transform: translate(0, 0) }
	3% { transform: translate(0, 0) }
	50% { transform: translate(-2074px,0)}
	53% { transform: translate(-2074px, 0)}
	100% { transform: translate(0, 0)}
}
.wide {
	display: block;
	margin: -33px 0 0 -17px;
	overflow: hidden;
	width: 637px;
}
.panorama3 {
	-webkit-animation: panorama3 120s linear infinite;
	-moz-animation: panorama3 120s linear infinite;
	animation: panorama3 120s linear infinite;
}

/*パラパラまんが width:600px 12frames*/
@-webkit-keyframes koma12 {
0% { left: 0 }
8% { left: 0 }
8.01% { left: -600px }
16% { left: -600px }
16.01% { left: -1200px }
24.4% { left: -1200px }
24.41% { left: -1800px }
32.8% { left: -1800px }
32.81% { left: -2400px }
41.2% { left: -2400px }
41.21% { left: -3000px }
49.6% { left: -3000px }
49.61% { left: -3600px }
58% { left: -3600px }
58.01% { left: -4200px }
66.4% { left: -4200px }
66.41% { left: -4800px }
74.8% { left: -4800px }
74.81% { left: -5400px }
83.2% { left: -5400px }
83.21% { left: -6000px }
91.6% { left: -6000px }
91.61% { left: -6600px }
100% { left: -6600px }
}
@-moz-keyframes koma12 {
0% { left: 0 }
8% { left: 0 }
8.01% { left: -600px }
16% { left: -600px }
16.01% { left: -1200px }
24.4% { left: -1200px }
24.41% { left: -1800px }
32.8% { left: -1800px }
32.81% { left: -2400px }
41.2% { left: -2400px }
41.21% { left: -3000px }
49.6% { left: -3000px }
49.61% { left: -3600px }
58% { left: -3600px }
58.01% { left: -4200px }
66.4% { left: -4200px }
66.41% { left: -4800px }
74.8% { left: -4800px }
74.81% { left: -5400px }
83.2% { left: -5400px }
83.21% { left: -6000px }
91.6% { left: -6000px }
91.61% { left: -6600px }
100% { left: -6600px }
}
@keyframes koma12 {
0% { left: 0 }
8% { left: 0 }
8.01% { left: -600px }
16% { left: -600px }
16.01% { left: -1200px }
24.4% { left: -1200px }
24.41% { left: -1800px }
32.8% { left: -1800px }
32.81% { left: -2400px }
41.2% { left: -2400px }
41.21% { left: -3000px }
49.6% { left: -3000px }
49.61% { left: -3600px }
58% { left: -3600px }
58.01% { left: -4200px }
66.4% { left: -4200px }
66.41% { left: -4800px }
74.8% { left: -4800px }
74.81% { left: -5400px }
83.2% { left: -5400px }
83.21% { left: -6000px }
91.6% { left: -6000px }
91.61% { left: -6600px }
100% { left: -6600px }
}
.koma12 ul {
	width:7200px;
	-webkit-animation: koma12 4s infinite;
	-moz-animation: koma12 4s infinite;
	animation: koma12 4s infinite;
}

/*パラパラまんが width:600px 3frames 往復*/
@-webkit-keyframes threecards {
0% { left: 0 }
33.32% { left: 0px }
33.33% { left: -600px }
66.66% { left: -600px }
66.67% { left: -1200px }
100% { left: -1200px }
}
@-moz-keyframes threecards {
0% { left: 0 }
33.32% { left: 0px }
33.33% { left: -600px }
66.66% { left: -600px }
66.67% { left: -1200px }
100% { left: -1200px }
}
@-o-keyframes threecards {
0% { left: 0 }
33.32% { left: 0px }
33.33% { left: -600px }
66.66% { left: -600px }
66.67% { left: -1200px }
100% { left: -1200px }
}
@keyframes threecards {
0% { left: 0 }
33.32% { left: 0px }
33.33% { left: -600px }
66.66% { left: -600px }
66.67% { left: -1200px }
100% { left: -1200px }
}
.threecards ul {
	width:1800px;
	-webkit-animation: threecards 2s linear alternate infinite;
	-moz-animation: threecards 2s linear alternate infinite;
	-o-animation: threecards 2s linear alternate infinite;
	animation: threecards 2s linear alternate infinite;
}

/*パラパラまんが width:600px 5frames 往復*/
@-webkit-keyframes fivecards {
0% { left: 0px }
20% { left: 0px }
20.01% { left: -600px }
40% { left: -600px }
40.01% { left: -1200px }
60% { left: -1200px }
60.01% { left: -1800px }
80% { left: -1800px }
80.01% { left: -2400px }
100% { left: -2400px }
}
@-moz-keyframes fivecards {
0% { left: 0px }
20% { left: 0px }
20.01% { left: -600px }
40% { left: -600px }
40.01% { left: -1200px }
60% { left: -1200px }
60.01% { left: -1800px }
80% { left: -1800px }
80.01% { left: -2400px }
100% { left: -2400px }
}
@keyframes fivecards {
0% { left: 0px }
20% { left: 0px }
20.01% { left: -600px }
40% { left: -600px }
40.01% { left: -1200px }
60% { left: -1200px }
60.01% { left: -1800px }
80% { left: -1800px }
80.01% { left: -2400px }
100% { left: -2400px }
}
.fivecards ul {
	width:3000px;
	animation: fivecards 3s linear alternate infinite;
	-webkit-animation: fivecards 3s linear alternate infinite;
	-moz-animation: fivecards 3s linear alternate infinite;
}
@-webkit-keyframes koma-12 {
0% { opacity: 0; }
2% { opacity: 1; }
8.3% { opacity: 1; }
10.3% { opacity: 0; }
100% { opacity: 0; }
}
@-moz-keyframes koma-12 {
0% { opacity: 0; }
.1% { opacity: 1; }
8.3% { opacity: 1; }
10.3% { opacity: 0; }
100% { opacity: 0; }
}
.koma-12 li {
	position: absolute;
	top: 0;
}
.koma-12 ul li:nth-of-type(1) img {
	-moz-animation: koma-12 3960ms 0s ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(2) img {
	-moz-animation: koma-12 3960ms 330ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(3) img {
	-moz-animation: koma-12 3960ms 660ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(4) img {
	-moz-animation: koma-12 3960ms 990ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(5) img {
	-moz-animation: koma-12 3960ms 1320ms ease-in-out infinite;
}
.koma-12 li:nth-of-type(6) img {
	-moz-animation: koma-12 3960ms 1650ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(7) img {
	-moz-animation: koma-12 3960ms 1980ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(8) img {
	-moz-animation: koma-12 3960ms 2310ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(9) img {
	-moz-animation: koma-12 3960ms 2640ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(10) img {
	-moz-animation: koma-12 3960ms 2970ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(11) img {
	-moz-animation: koma-12 3960ms 3300ms ease-in-out infinite;
}
.koma-12 ul li:nth-of-type(12) img {
	-moz-animation: koma-12 3960ms 3630ms ease-in-out infinite;
}



/*ブルーフレーム*/
.blue1 table {

color: #009dff;
width: 600px;
font-size: 120%;
border: 1px #b7b7b7 solid;
border-collapse: collapse;
background-color: #97c9e5;
}

.blue1 td {
color: #fff;
border: 1px #3b6680 solid;
background-color: #377399;
padding: 10px 5px;
text-align: center;
}

.blue1 th {

border: 1px #3b6680 solid;
background-color: #dbf2ff;
padding: 10px 10px;
text-align: center;
}
