/*
Theme Name: Twenty Ten
Theme URI: https://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: https://wordpress.org/
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-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;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	outline:0;
	font-size:100%;
}
/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */

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;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#container {
	float: left;
	width: 100%;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Segoe UI", Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, 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,
.topics-title,
.wp-caption-text {
    font-family: : "Segoe UI", Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}
input[type="submit"] {
    font-family: : "Segoe UI", Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}
pre {
    font-family: : "Segoe UI", Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}
code {
    font-family: : "Segoe UI", Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #333;
	font-size: 14px;
    line-height: 1.4em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
/*	margin: 18px 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	margin: 18px 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: normal;
}
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;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 8px 6px;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:active,
a:hover {
	color: #aaa;
}

/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute !important;
height: 1px;
width: 1px;
}


/* =Header
-------------------------------------------------------------- */

#gheader {
	width: 100%;
}

#branding {
	background: #FFF;
	display: block;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

#site-title img {

}
#site-description {
	float: left;
	color: #333;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
}

/* =Navigation
-------------------------------------------------------------- */

#gnavi {

}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #aaa;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#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;
}

/* =slider1
-------------------------------------------------------------- */

#site_wrap {
    margin: 0 auto;
}
#project_list li { 
    float:left; 
    width:200px; 
    height:200px; 
    overflow:hidden; 
    position:relative; 
}
#project_list .image { 
    display:block; 
    height:100%; 
}
#project_list img {
    display:block;
    -webkit-transition: all 0.35s ease-in-out; 
    -moz-transition: all 0.35s ease-in-out; 
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -o-transform: scale(1); 
    transform: scale(1);
    -webkit-backface-visibility:hidden; 
    backface-visibility:hidden;
}
#project_list li:hover img {

}
#project_list .image:before {
    width:200px; 
    height:200px; 
    display:block; 
    content:''; 
    background:rgba(256,256,256,0.3);
    position:absolute; 
    z-index:2;
    opacity:0; 
    -webkit-transition: opacity 0.6s; 
    transition: opacity 0.6s;
}
#project_list li:hover .image:before { 
    opacity:1; 
}
#project_list .title {
    display:block; 
    color:#fff; 
    width:100%;  
    font-size:13px; 
    text-decoration:none; 
    position:absolute; 
    z-index:3;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    box-sizing:border-box;
    -webkit-transition: -webkit-transform 0.35s; 
    transition: transform 0.35s;
}
#project_list li:hover .title {
    -webkit-transform: translate3d(0,-100%,0); 
    transform: translate3d(0,-100%,0);
}
#project_list .title span { 
    display:block; 
    font-size:12px; 
}
#project_list .title span.project_title { 
    margin:0 0 5px 0; 
    color:#fff; 
    font-size:16px; 
    text-align: center;
}

/* LOOP スライド */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    /*	width: 100%;*/
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    float: left;
    width: 200px;
    height: 200px;
    display: inline;
    overflow: hidden;
}

/* =======================================
ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

/* =Content
-------------------------------------------------------------- */

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#content #paging1 {
	background: #fff;
	margin: 0 0 5px 0;
	border-bottom: double 0px #333;
}

#content #contentarea1 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#content #contentarea2 {
    background: #fff;
    margin: 0 auto;
    border-bottom: double 0px #333;
}

#content {
	font-size: 16px;
	line-height: 18px;
}
#content input {
	line-height: 18px;
}
#content textarea {
	line-height: 18px;
	width: 100%;
}
/*#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}*/
#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: 12px;
	line-height: 21px;
}
#content code {
	font-size: 12px;
}
#content dt,
#content th {
	color: #333;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	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: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	font-family: "Segoe UI", Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}
#content tr.odd td {
	background: #f2f7fc;
}
/*.hentry {
	margin: 0 0 48px 0;
}*/
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #333;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 5px 0;
}
.page-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #aaa;
}
#content .entry-title {
	background: #eee;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	border-top: solid 3px #ae1f1f;
	display: block;
	padding: 12px 10px 12px 12px;
}
#content .entry-title2,
#content #entry-title2 {
	line-height: 1.4em;
	text-align: center;
	padding: 6px 10px 6px 10px;
	color: #ccc;
	font-weight: 600;
}
#content .entry-title3 {
	font-size: 18px;
	line-height: 1.3em;
	text-align: left;
	padding: 12px 10px 12px 12px;
	color: #333;
	font-weight: 600;
	border-top: solid 5px #ae1f1f;
	border-bottom: solid 1px #bbb;
}
#content .entry-title span {

}
.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #aaa;
}
.entry-dates {
	color: #333;
	font-size: 14px;
	line-height: 1.4em;
	float: right;
}
.entry-meta {
	color: #777;
	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 {
	overflow:hidden;
	font-size: 12px;
}
.entry-content .more-link {
	white-space: nowrap;
}
/*
.entry-content img {
	margin: 0 0 20px 20px;
	float: right;
}
*/
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

/* お問い合わせ -----------------------*/

.entry-content .contactbox {
	color: #333;
	font-size: 14px;
	padding: 10px 10px 10px 0;
	clear: both;
}
.entry-content .contactbox p {
	margin: 0;
}
.entry-content .contacttext {
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
}
.entry-content .contacttext span {
	color: #CC0000;
}
.entry-content .contactform {
	text-align: left;
	float: left;
}
.entry-content fieldset {
	width: 100%;
	margin: 0 0 24px 0;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
}
.entry-content input {
	padding: 5px;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
}
.entry-content input.textshort {

}
.entry-content input.textmedium {

}
.entry-content input.textlong {

}
.entry-content input.sendbutton {
	font-weight: 600;
	padding: 5px 20px;
	margin-bottom: 10px;
	background-color: #ddd;
	border: solid 1px #ccc;
}
.entry-content input.sendbutton:hover {
	background-color: #ccc;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	padding: 5px;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
}
.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%;
}
.hrbar {
	background: #333;
	width: 100%;
	height: 3px;
    border-top: solid 2px #1a80d9;
}
.page-link {
	clear: both;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	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;
}
.page-link a:active,
.page-link a:hover {
	color: #aaa;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 12px;
	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: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #aaa;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}
#content .adsensepost {
	margin: 10px 0 10px 0;
}
#content  .youtube1{
	margin: -20px 0 30px 0;
}
#contenttitle1 {
	display: table;
    margin: 0 auto 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
	background: #99c3d1;
}
#contenttitle2 {
	display: table;
    margin: 0 auto 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
	background: #d1d199;
}
#contenttitle3 {
	display: table;
    margin: 0 auto 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
	background: #99d1ba;
}
.navigation {
	text-align: center;
	margin: 20px 0 20px 0;
}
.navigation .wp-paginate .current {
	background: none repeat scroll 0 0 #da6572;
	border: 1px solid #ae1f1f;
	color: #fff;
}
.navigation .wp-paginate .title {
	display: none;
}

/* news一覧の指定 -----------------------*/

.pkg-news {
    clear: both;
    margin: 7px 0px 0px 0px;
    overflow: auto;
}
.pkg-news2 {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 3px 0px 3px;
    overflow:hidden;
}
.pkg-news2 dl {
    width: 100%;
    float: left;
    margin: 0 ;
    padding: 0;
}

.pkg-news2 dl:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.pkg-news2 dl dt#newsdate {
    padding: 0 0 0 7px;
	float: left;
    margin: 0;
    text-align: left;
    color: #cc0000;
    font-size: 12px;
    line-height:1.4em;
    vertical-align: middle;
}
.pkg-news2 dl dt img {
    margin: 4px 0 -1px 7px;
    padding: 0;
    text-align: left;
}
.pkg-news2 dl dd {
    float: left;
    padding: 0 7px;
    margin: 0;
    font-size: 12px;
    line-height:1.4em;
}
.pkg-news2 dl dd a {
    text-decoration: none;
    color: #333;
}
.pkg-news2 dl dd a:hover {
    text-decoration: underline;
    color: #999;
}
.pkg-news2 dl dd .topicsnew {
    width: 30px;
    color: #fff;
    font-size: 10px;
    line-height:1.4em;
    border-radius: 6px;
    background: #ffcc33;
    margin: 0px 0 0px 3px;
	padding: 1px 5px;
    text-align: center;
    letter-spacing: 1px;
}
.pkg-news3 {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 3px 0px 3px;
    overflow:hidden;
}
.pkg-news3 dl {
    width: 100%;
    float: left;
    margin: 0 ;
    padding: 0;
}

.pkg-news3 dl:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.pkg-news3 dl dt#newsdate {
    padding: 0 0 0 7px;
	float: left;
    margin: 0;
    text-align: left;
    color: #cc0000;
    font-size: 12px;
    line-height:1.4em;
    vertical-align: middle;
}
.pkg-news3 dl dt img {
    margin: 4px 0 -1px 7px;
    padding: 0;
    text-align: left;
}
.pkg-news3 dl dd {
    float: left;
    margin: 0;
    font-size: 14px;
    line-height:1.4em;
}
.pkg-news3 dl dd a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    line-height:1.2em;
}
.pkg-news3 dl dd a:hover {
    text-decoration: underline;
    color: #999;
}
.pkg-news3 dl dd .topicsnew {
    width: 30px;
    color: #fff;
    font-size: 10px;
    line-height:1.4em;
    border-radius: 6px;
    background: #ffcc33;
    margin: 0px 0 0px 3px;
	padding: 1px 5px;
    text-align: center;
    letter-spacing: 1px;
}
.pkg-news-list {
    width: 100%;
    margin: 30px 0px 60px;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.pkg-news-list a {
    color: #333333;
    text-decoration: none;
}
.pkg-news-list a:hover {
    text-decoration: underline;
    color: #999;
}

/* -- 画像並び -- */
#content #contentarea3 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea3 #contentlist3 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea3 #contentlist3 .alignleft,
#contentarea3 #contentlist3 img.alignleft {
	display: inline;
	float: left;
}
#contentarea3 #contentlist3 .alignright,
#contentarea3 #contentlist3 img.alignright {
	display: inline;
	float: right;
}
#contentarea3 #contentlist3 .alignnone,
#contentarea3 #contentlist3 .aligncenter,
#contentarea3 #contentlist3 img.aligncenter,
#contentarea3 #contentlist3 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea3 #contentlist3 img.alignnone,
#contentarea3 #contentlist3 img.alignleft,
#contentarea3 #contentlist3 img.alignright,
#contentarea3 #contentlist3 img.aligncenter {

}
#contentarea3 #contentlist3 .wp-caption {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#contentarea3 #contentlist3 .wp-caption a {
	text-decoration: none;
}
#contentarea3 #contentlist3 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea3 #contentlist3 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
	border: solid 1px #d7d7d7;
}
#contentarea3 #contentlist3 .wp-caption .size-thumbnail {
	width: 100%;
}

#contentarea3 #contentlist3 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#contentarea3 #contentlist3 .size-thumbnail a {
	display: block;
}
#contentarea3 #contentlist3 .wp-caption-text {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea3 #contentlist3 .wp-caption-text a {
	text-decoration: none;
}
#contentarea3 #contentlist3 .wp-caption-text a:hover {
	text-decoration: underline;
}

#content #contentarea4 {
	background: #fff;
	margin: 0 auto;
  	margin-top: 30px;
	border-bottom: double 0px #333;
  	width: 100%;
}
#contentarea4 #contentlist4 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea4 #contentlist4 .alignleft,
#contentarea4 #contentlist4 img.alignleft {
	display: inline;
	float: left;
}
#contentarea4 #contentlist4 .alignright,
#contentarea4 #contentlist4 img.alignright {
	display: inline;
	float: right;
}
#contentarea4 #contentlist4 .alignnone,
#contentarea4 #contentlist4 .aligncenter,
#contentarea4 #contentlist4 img.aligncenter,
#contentarea4 #contentlist4 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea4 #contentlist4 img.alignnone,
#contentarea4 #contentlist4 img.alignleft,
#contentarea4 #contentlist4 img.alignright,
#contentarea4 #contentlist4 img.aligncenter {

}
#contentarea4 #contentlist4 .wp-caption {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#contentarea4 #contentlist4 .wp-caption a {
	text-decoration: none;
}
#contentarea4 #contentlist4 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea4 #contentlist4 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
	border: solid 1px #d7d7d7;
}
#contentarea4 #contentlist4 .wp-caption .size-thumbnail {
	width: 100%;
}

#contentarea4 #contentlist4 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#contentarea4 #contentlist4 .size-thumbnail a {
	display: block;
}
#contentarea4 #contentlist4 .wp-caption-text {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea4 #contentlist4 .wp-caption-text a {
	text-decoration: none;
}
#contentarea4 #contentlist4 .wp-caption-text a:hover {
	text-decoration: underline;
}

#content #contentarea5 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea5 #contentlist5 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea5 #contentlist5 .alignleft,
#contentarea5 #contentlist5 img.alignleft {
	display: inline;
	float: left;
}
#contentarea5 #contentlist5 .alignright,
#contentarea5 #contentlist5 img.alignright {
	display: inline;
	float: right;
}
#contentarea5 #contentlist5 .alignnone,
#contentarea5 #contentlist5 .aligncenter,
#contentarea5 #contentlist5 img.aligncenter,
#contentarea5 #contentlist5 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea5 #contentlist5 img.alignnone,
#contentarea5 #contentlist5 img.alignleft,
#contentarea5 #contentlist5 img.alignright,
#contentarea5 #contentlist5 img.aligncenter {

}
#contentarea5 #contentlist5 .wp-caption {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#contentarea5 #contentlist5 .wp-caption a {
	text-decoration: none;
}
#contentarea5 #contentlist5 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea5 #contentlist5 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
	border: solid 1px #d7d7d7;
}
#contentarea5 #contentlist5 .wp-caption .size-thumbnail {
	width: 100%;
}

#contentarea5 #contentlist5 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#contentarea5 #contentlist5 .size-thumbnail a {
	display: block;
}
#contentarea5 #contentlist5 .wp-caption-text {
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea5 #contentlist5 .wp-caption-text a {
	text-decoration: none;
}
#contentarea5 #contentlist5 .wp-caption-text a:hover {
	text-decoration: underline;
}
#content #contentarea6 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea6 #contentlist6 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea6 #contentlist6 .alignleft,
#contentarea6 #contentlist6 img.alignleft {
	display: inline;
	float: left;
}
#contentarea6 #contentlist6 .alignright,
#contentarea6 #contentlist6 img.alignright {
	display: inline;
	float: right;
}
#contentarea6 #contentlist6 .alignnone,
#contentarea6 #contentlist6 .aligncenter,
#contentarea6 #contentlist6 img.aligncenter,
#contentarea6 #contentlist6 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea6 #contentlist6 img.alignnone,
#contentarea6 #contentlist6 img.alignleft,
#contentarea6 #contentlist6 img.alignright,
#contentarea6 #contentlist6 img.aligncenter {

}
#contentarea6 #contentlist6 .wp-caption {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#contentarea6 #contentlist6 .wp-caption a {
	text-decoration: none;
}
#contentarea6 #contentlist6 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea6 #contentlist6 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
	border: solid 1px #d7d7d7;
}
#contentarea6 #contentlist6 .wp-caption .size-thumbnail {
	width: 100%;
}

#contentarea6 #contentlist6 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#contentarea6 #contentlist6 .size-thumbnail a {
	display: block;
}
#contentarea6 #contentlist6 .wp-caption-text {
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea6 #contentlist6 .wp-caption-text a {
	text-decoration: none;
}
#contentarea6 #contentlist6 .wp-caption-text a:hover {
	text-decoration: underline;
}
#content #contentarea7 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea7 #contentlist7 {
	background: #fff;
	padding: 0px 5px 0px;
	overflow:hidden;
}
#contentarea7 #contentlist7 .alignleft,
#contentarea7 #contentlist7 img.alignleft {
	display: inline;
	float: left;
}
#contentarea7 #contentlist7 .alignright,
#contentarea7 #contentlist7 img.alignright {
	display: inline;
	float: right;
}
#contentarea7 #contentlist7 .alignnone,
#contentarea7 #contentlist7 .aligncenter,
#contentarea7 #contentlist7 img.aligncenter,
#contentarea7 #contentlist7 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea7 #contentlist7 img.alignnone,
#contentarea7 #contentlist7 img.alignleft,
#contentarea7 #contentlist7 img.alignright,
#contentarea7 #contentlist7 img.aligncenter {

}
#contentarea7 #contentlist7 .wp-caption {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#contentarea7 #contentlist7 .wp-caption a {
	text-decoration: none;
}
#contentarea7 #contentlist7 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea7 #contentlist7 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
	border: solid 1px #d7d7d7;
}

#content #contentarea8 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea8 #contentlist8 {
	background: #fff;
	padding: 0px 5px 10px;
	overflow:hidden;
}
#contentarea8 #contentlist8 .alignleft,
#contentarea8 #contentlist8 img.alignleft {
	display: inline;
	float: left;
}
#contentarea8 #contentlist8 .alignright,
#contentarea8 #contentlist8 img.alignright {
	display: inline;
	float: right;
}
#contentarea8 #contentlist8 .alignnone,
#contentarea8 #contentlist8 .aligncenter,
#contentarea8 #contentlist8 img.aligncenter,
#contentarea8 #contentlist8 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea8 #contentlist8 img.alignnone,
#contentarea8 #contentlist8 img.alignleft,
#contentarea8 #contentlist8 img.alignright,
#contentarea8 #contentlist8 img.aligncenter {

}
#contentarea8 #contentlist8 .wp-caption {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 0px;
	letter-spacing: normal;
	vertical-align: text-top;
  	font-size: 12px;
  	color: #333;
	line-height: 1.8em;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea8 #contentlist8 .wp-caption a {
	text-decoration: none;
}
#contentarea8 #contentlist8 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea8 #contentlist8 .talent-name-ja {
	font-size: 28px;
  	color: #555;
	line-height: 1.4em;
	margin-top: 5px;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea8 #contentlist8 .talent-name-en {
	font-size: 14px;
	font-weight: 600;
	color: #cc3333;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}

#content #contentarea9 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea9 #contentlist9 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea9 #contentlist9 .alignleft,
#contentarea9 #contentlist9 img.alignleft {
	display: inline;
	float: left;
}
#contentarea9 #contentlist9 .alignright,
#contentarea9 #contentlist9 img.alignright {
	display: inline;
	float: right;
}
#contentarea9 #contentlist9 .alignnone,
#contentarea9 #contentlist9 .aligncenter,
#contentarea9 #contentlist9 img.aligncenter,
#contentarea9 #contentlist9 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea9 #contentlist9 img.alignnone,
#contentarea9 #contentlist9 img.alignleft,
#contentarea9 #contentlist9 img.alignright,
#contentarea9 #contentlist9 img.aligncenter {

}
#contentarea9 #contentlist9 .wp-caption,
#contentarea9 #contentlist9 .wp-caption p {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
  	font-size: 12px;
  	color: #333;
	line-height: 1.8em;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea9 #contentlist9 .wp-caption a,
#contentarea9 #contentlist9 .wp-caption p a{
	text-decoration: none;
}
#contentarea9 #contentlist9 .wp-caption a:hover,
#contentarea9 #contentlist9 .wp-caption p a:hover{
	text-decoration: underline;
}

#content #contentarea10 {
	background: #fff;
	margin: 0 auto;
	border-bottom: double 0px #333;
}
#contentarea10 #contentlist10 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea10 #contentlist10 .alignleft,
#contentarea10 #contentlist10 img.alignleft {
	display: inline;
	float: left;
}
#contentarea10 #contentlist10 .alignright,
#contentarea10 #contentlist10 img.alignright {
	display: inline;
	float: right;
}
#contentarea10 #contentlist10 .alignnone,
#contentarea10 #contentlist10 .aligncenter,
#contentarea10 #contentlist10 img.aligncenter,
#contentarea10 #contentlist10 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea10 #contentlist10 img.alignnone,
#contentarea10 #contentlist10 img.alignleft,
#contentarea10 #contentlist10 img.alignright,
#contentarea10 #contentlist10 img.aligncenter {

}
#contentarea10 #contentlist10 .wp-caption,
#contentarea10 #contentlist10 .wp-caption p {
	background: ;
	text-align: left;
	display: inline-block;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
  	font-size: 12px;
  	color: #333;
	line-height: 1.8em;
	text-align: center;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea10 #contentlist10 .wp-caption a,
#contentarea10 #contentlist10 .wp-caption p a{
	text-decoration: none;
}
#contentarea10 #contentlist10 .wp-caption a:hover,
#contentarea10 #contentlist10 .wp-caption p a:hover {
	text-decoration: underline;
}
#contentarea10 #contentlist10 .pro-now {
	font-size: 12px;
  	color: #cc0000;
	line-height: 1.4em;
	margin-top: 0px;
  	margin-bottom: 10px;
	padding: 0;
	display: block;
	overflow: hidden;
}
#contentarea10 #contentlist10 strong {
	font-size: 14px;
  	font-weight: 600;
  	color: #333;
	line-height: 1.4em;
	margin-top: 10px;
  	margin-bottom: -15px;
	padding: 0;
	display: block;
	overflow: hidden;
}

/* -- 会社概要 -- */
#content #companyarea1 {
  	font-size: 14px;
	line-height: 16px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 50px;
}
.company {
    display: block;
    overflow: hidden;
    height: auto;
}
.company dt {
    float: left;
    margin: 0 0px;

}
.company dd {
    margin: 0;
    float: left;
}
.company dd i {
    margin: 0px 3px 0px 5px;
}
.companytext1 {
  	margin: 0 auto;
	margin-bottom: 50px;
}

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

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 12px;
	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: 100%;
	margin-top: 10px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
.attachment #content .pageback {
	text-align: center;
	margin: 5px 0 20px 0;
}
.attachment #content .pageback a {
	text-decoration: none;
}
.attachment #content .pageback a:hover {
	text-decoration: underline;
}



/* =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,
	img.size-thumbnail,
.attachment img,
.widget-container 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. */
}
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
}
.entry-content .alignnone,
.entry-content .aligncenter,
.entry-content img.aligncenter,
.entry-content img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img.alignnone,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {

}
.entry-content .wp-caption {
	background: #fff;
	height: auto;
	padding: 4px;
	margin-top: 4px;
	text-align: left;
	overflow:hidden;
	display: inline-block;
	vertical-align: text-top;
}
.entry-content img {
	margin-top: 8px;
	max-width: 100%;
	height: auto;
}
.entry-content .wp-caption img {
	margin-top: 8px;
	max-width: 100%;
	height: auto;
}
.entry-content .wp-caption .size-thumbnail {
	width: 98%;
}
.entry-content .wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 0 2px;
	display: block;
}
.entry-content .wp-caption .wp-caption-text a {
	text-decoration: none;
}
.entry-content .wp-caption .wp-caption-text a:hover {
	text-decoration: underline;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 5px auto 5px;
}
.gallery .gallery-item {
	float: left;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery .gallery-item .gallery-icon img {
	width: 96%;
	border: 4px solid #f1f1f1;
}
.gallery-columns-2 .attachment-medium {
	max-width: 94%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 94%;
	height: auto;
}
.gallery .gallery-caption {
	color: #333;
	font-size: 12px;
	margin: 0px 8px 0px;
	text-align: left;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;

}
/* =Structure
-------------------------------------------------------------- */
#sb-title,
.sb-slidebar #footer-widget-area h3.widget-title {
	font-size: 12px;
	line-height: 12px;
	padding:10px 5px 10px 5px;
	margin: 5px;
	color: #5c5c5c;
	font-weight: 600;
	text-align: center;
}

/* Structure the footer widget area */
#site-info {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#site-generator {

}


/* =Footer
-------------------------------------------------------------- */
#footer {
	height: auto;
	margin: 0 auto;
	clear: both;
	margin-bottom: 0;
}
#colophon {
	overflow: hidden;
	padding: 0 0 10px;
}
#site-info {
	margin-top: 10px;
	text-align: center;
}
#site-info a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#site-info a:hover {
	color: #CCC;
	text-decoration: underline;
}
#site-info .site-info-copyright {
	color: #333;
	font-weight: normal;
}
#site-generator {
	font-style: italic;
	position: relative;

}
#site-generator a {
	color: #FFF;
	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: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#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;
	}
    #container {
	    margin-top: 0px;
    }
	#gheader {
		width: 100%;
	}
	#header {
		display: block;
		border-bottom: 2pt solid #333;
		padding-bottom: 18pt;
	}
	#branding {
		display: block;
		background: #FFF;
		display: block;
		width: 200px;
		margin: 0 auto;
		overflow: hidden;
	}
	#branding2 {
	        display: none;
	}
	#site-title {
		line-height: 1.4em;
        width: 200px;
		margin: 0px 0;
		padding: 0;
	}
	#site-title img {
        width: 200px;
		margin: 0px 0;
	}
    #gnavi-home {
        display: none;
   	 	margin: 0 auto;
	  	padding: 10px 0 ;
   	 	overflow: auto;
    }
    #gnavi {
        display: none;
   	 	margin: 0 auto;
	  	padding: 0 0 0px;
   	 	overflow: auto;
    }
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#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;
	}
	#contenttitle1 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
  		display: table;
   	 	margin: 0 auto 10px;
   	 	text-align: center;
    	vertical-align: middle;
    	color: #fff;
		background: #99c3d1;
	}
	#contenttitle2 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
  		display: table;
    	margin: 0 auto 10px;
    	text-align: center;
    	vertical-align: middle;
    	color: #fff;
		background: #d1d199;
	}
	#contenttitle3 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
  		display: table;
    	margin: 0 auto 10px;
    	text-align: center;
    	vertical-align: middle;
   	 	color: #fff;
		background: #99d1ba;
	}
	/* -- 画像並び -- */
	#content #contentarea1 {
  		width: 46%;
	  margin-top: 0px;
	}
	#contentarea3 #contentlist3 article {
	        width: 21%;
	        margin-left: 1%;
	        margin-right: 3%;
	    }
	#contentarea3 #contentlist3 article:nth-of-type(2n) {
	        margin-left: 1%;
	        margin-right: 3%;
	}
	#contentarea3 #contentlist3 article:nth-of-type(4n) {
	        margin-left: 1%;
	        margin-right: 0;
	}
	#contentarea3 #contentlist3 .wp-caption {
		width: 20%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea3 #contentlist3 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea4 #contentlist4 article {
	        width: 21%;
	        margin-left: 1%;
	        margin-right: 3%;
	    }
	#contentarea4 #contentlist4 article:nth-of-type(2n) {
	        margin-left: 1%;
	        margin-right: 3%;
	}
	#contentarea4 #contentlist4 article:nth-of-type(4n) {
	        margin-left: 1%;
	        margin-right: 0;
	}
	#contentarea4 #contentlist4 .wp-caption {
		width: 20%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea4 #contentlist4 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
    #contentarea5 #contentlist5 article {
        width: 18%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea5 #contentlist5 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea5 #contentlist5 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea5 #contentlist5 article:nth-of-type(5n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article {
        width: 15%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article:nth-of-type(5n) {
        margin-left: 1%;
        margin-right: 1%;
    }
  	#content #contentarea7 {
	  	width: 100%;
	  	text-align: center;
	}
	#contentarea7 #contentlist7 .wp-caption {
		width: 37%;
		margin-bottom: 5px;
	}
	#contentarea8 #contentlist8 .wp-caption {
		width: 100%;
		margin-bottom: 2px;
      	text-align: center;
	}
	#contentarea9 #contentlist9 .wp-caption,
	#contentarea9 #contentlist9 .wp-caption p {
		width: 100%;
		margin-bottom: 2px;
      	text-align: center;
	}
	#contentarea10 #contentlist10 .wp-caption,
	#contentarea10 #contentlist10 .wp-caption p {
		width: 100%;
		margin-bottom: 2px;
      	text-align: center;
	}
	.entry-content,
	.entry-summary {
	        clear: both;
	        padding: 5px 10px 10px 10px;
	}
    #content .entry-title {
        margin: 0px 5px 5px;
    }
    #content .entry-title2,
    #content #entry-title2 {
        margin: 0px 5px 10px;
    }
    #content .entry-title3 {
        margin: 0px 5px 5px;
    }
    	/* =Images
	-------------------------------------------------------------- */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 10px;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 10px;
	}
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content img.aligncenter {
		margin-bottom: 16px;
	}
	.entry-content .alignnone,
	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .aligncenter {
		margin-bottom: 16px;
	}
	.entry-content img.size-auto,
	.entry-content img.size-full,
	.entry-content img.size-large {
		width: 100%;
	}
	.entry-content .size-medium {
		width: 40%;
	}
	.entry-content .size-thumbnail {
		width: 22%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
	.entry-content .wp-caption {
		width: 21%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
}



/* =Menu 1
-------------------------------------------------------------- */

#access {
    display: block;
    margin: 0 auto;
    width: 57%;
}
#access .menu-header,
div.menu {
    font-size: 14px;
    margin-left: 10px;
}
#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#access .menu-header li,
div.menu li {
    float: left;
	width: 16%;
    position: relative;
}
#access a {
    color: #333;
    display: block;
    font-size:11px;
	font-weight: bold;
    line-height: 11px;
    letter-spacing:0.06em;
    text-decoration: none;
	text-align: center;
}
#access li:hover > a {
	color: #666;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #c5434a;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor 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: #c5434a;
}

/* =Menu 2
-------------------------------------------------------------- */

#access2 .menu-header{
    width: 96%;
}
#access2 .menu-header,
#access2 .menu-header ul,
#access2 .menu-header ul li,
#access2 .menu-header ul li a {
    color: #333333;
    padding: 0;
    margin: 0 auto;
	margin-bottom: 5px;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#access2 .menu-header i,
#access2 .menu-header i a {
    font-size: 14px;
    margin-right: 5px;
}
#access2 .menu-header ul ul {
    display: none;
}
#access2 .menu-header > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#access2 .menu-header ul li a {
    padding: 10px 26px 10px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    /*height: 40px;*/
    line-height: 20px;
    text-decoration: none;
    color: #5c5c5c;
	font-weight: 600;
    display: block;
    background: #fff;
    border: solid 1px #e3e3e3;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#access2 .menu-header ul > li:not(.menu-item-has-children) a {
    background-image: url(images/spmenu_link_r.png);
    background-size: 30px 15px;
    background-repeat: no-repeat;
    background-position: right center;
}


/**
* 16.1 Mobile Large 320px
*/
@media screen and (min-width: 1px) {
    #wrapper {
        width: 100%;
    }
    #container {
	    margin-top: 60px;
    }
    #branding2 {
        width: 100%;
        position: fixed;
        top:0;
        left:0;
        right:0;
        height:50px;
        background-color: #fff;
        z-index:200;
        border-bottom: solid 1px #ddd;
    }
    #branding {
        display: none;
    }
    #branding2 {
        display: block;
    }
    #site-title {
		float: left;
    }
    #site-title img {
        width: 160px;
        margin: 8px 5px 8px 15px;
    }
    #gheader #menu2 {
        display: none;
    }
    #gnavi,
	#gnavi-home {
        display: none;
    }
    
    #branding2 .sb-toggle-right {
        display: block;
        float: right;
        color: #c5434a;
        font-size: 26px;
        width: 40px;
        height: 40px;
        margin: 5px 5px 5px 0;
        text-align: center;
    }
    #branding2 .sb-toggle-right i {
        margin-top: 7px;
    }
    #site_wrap {
        width:100%;
    }
    #project_list li:hover img {
        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1);
    }
    #project_list .title {
        padding:7px 20px 2px;
        background:-webkit-gradient(linear, Left top, right top, from(#ffcccc), color-stop(25%, #cc3333), color-stop(50%, #cc0000), color-stop(75%, #cc3333), to(#ffcccc)); 
        opacity: 0.8;
        line-height:100%; 
        -webkit-transform: translate3d(0,-100%,0); 
        transform: translate3d(0,-100%,0);
    }
    #loopslider {
        zoom: 0.75;
    }

    /* =content
    -------------------------------------------------------------- */
    
    #content {
        width: 100%;
        margin: 0px 0px 0 0;
    }
	#content .entry-title2,
	#content #entry-title2 {
		font-size: 24px;
	}
	#contenttitle1 {
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 14px;
	}
	#contenttitle2 {
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 14px;
	}
	#contenttitle3 {
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 14px;
	}
    .pkg-news {
        padding: 0 10px 0 0;
    }
    .pkg-news2 dl dt#newsdate .topicsnew {
        padding: 2px 10px;
    }
	#content #contentarea1 {
  		width: 100%;
	  	margin-top: 20px;
	}
  	#content #contentarea3 {
	  	width: 100%;
	  	text-align: left;
	}
  	#content #contentarea4 {
	  	width: 100%;
	  	text-align: left;
	}
  	#content #contentarea5 {
	  	width: 100%;
	  	text-align: left;
	}
  	#content #contentarea7 {
	  	width: 100%;
	  	text-align: center;
	}
  	#content #contentarea8 {
	  	width: 100%;
	  	text-align: left;
  		margin-bottom: 20px;
	}
  	#content #contentarea9 {
	  	width: 100%;
	  	text-align: left;
    	margin-bottom: 20px;
	}
  	#content #contentarea10 {
	  	width: 100%;
	  	text-align: left;
    	margin-bottom: 20px;
	}
	.pkg-news2 dl dt#newsdate {
	  	width: 100%;
		text-align: left;
	}
	.pkg-news2 dl dd {
	  	width: 98%;
	}
	.pkg-news3 dl dt#newsdate {
	  	width: 100%;
		text-align: left;
	}
	.pkg-news3 dl dd {
	  	width: 98%;
		padding: 5px 7px;
	}
	/* -- 画像並び -- */
	#contentarea3 #contentlist3 .wp-caption {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea3 #contentlist3 .size-thumbnail {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea4 #contentlist4 .wp-caption {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea4 #contentlist4 .size-thumbnail {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea5 #contentlist5 .wp-caption {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea5 #contentlist5 .size-thumbnail {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea6 #contentlist6 .wp-caption {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea6 #contentlist6 .size-thumbnail {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea7 #contentlist7 .wp-caption {
		width: 80%;
		margin-bottom: 0px;
	}
	#contentarea8 #contentlist8 .wp-caption {
		width: 98%;
		margin-bottom: 10px;
      	text-align: left;
	}
	#contentarea9 #contentlist9 .wp-caption,
	#contentarea9 #contentlist9 .wp-caption p {
		width: 98%;
		margin-bottom: 10px;
    	text-align: left;
	}
	#contentarea10 #contentlist10 .wp-caption,
	#contentarea10 #contentlist10 .wp-caption p {
		width: 98%;
		margin-bottom: 10px;
    	text-align: left;
	}

    .entry-content,
    .entry-summary {
        clear: both;
        padding: 5px 5px 10px 0;
    }
    #content .entry-title {
        margin: 0px 0px 5px;
    }
    #content .entry-title2,
    #content #entry-title2 {
        margin: 0px 0px 5px;
    }
    #content .entry-title3 {
        margin: 0px 0px 5px;
    }
    
    /* -- 会社概要 -- */
	#content #companyarea1 {
		width: 93%;
		padding: 0px 10px;
	}
    .company {
        margin: 0 0 20px 0px;
    }
    .company dt {
        width: 100%;
        padding: 5px 0px;
		text-align: left;
    }
    .company dd {
        width: 100%;
        padding: 0px 0px;
    }
    .companytext1 {
		width: 100%;
		text-align: left;
    }
    
	/* =Images
	-------------------------------------------------------------- */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 10px;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 10px;
	}
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content img.aligncenter {
		margin-bottom: 10px;
	}
	.entry-content .alignnone,
	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .aligncenter {
		margin-bottom: 10px;
	}
	.entry-content .size-thumbnail {
		width: 47%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
	.entry-content .wp-caption {
		width: 43.5%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
    
    /* =Footer
    -------------------------------------------------------------- */

    #footer {
        width: 100%;
    }
    #footer #footer-widget-area {
        display: none;
    }
}


/**
* 16.2 Tablet Small 768px
*/
@media screen and (min-width: 768px) {
    #wrapper {
        width: 100%;
    }
    #site-description {   
        display: block;
        color: #333;
        font-size: 13px;
        line-height: 24px;
        margin: 15px 2px 0px 10px;
        overflow: hidden;
    }
    #loopslider {
        zoom: 1.0;
    }
    
    /* =content
    -------------------------------------------------------------- */
    .entry-content,
    .entry-summary {
        clear: both;
        padding: 5px 10px 10px 0;
    }
  	#content .entry-title2,
	#content #entry-title2 {
		font-size: 30px;
	}
	#content #contentarea1 {
  		width: 60%
	}
  	#content #contentarea3 {
	  	width: 100%;
	  	text-align: left;
	}
  	#content #contentarea4 {
	  	width: 100%;
	  	text-align: left;
	}
  	#content #contentarea5 {
	  	width: 95%;
	  	text-align: left;
	}
  	#content #contentarea6 {
	  	width: 95%;
	  	text-align: center;
	}
  	#content #contentarea7 {
	  	width: 95%;
	  	text-align: center;
	}
  	#content #contentarea8 {
	  	width: 95%;
	  	text-align: center;
  		margin-bottom: 40px;
	}
  	#content #contentarea9 {
	  	width: 95%;
	  	text-align: center;
  		margin-bottom: 40px;
	}
  	#content #contentarea10 {
	  	width: 95%;
	  	text-align: center;
  		margin-bottom: 40px;
	}
	#contenttitle1 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
	}
	#contenttitle2 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
	}
	#contenttitle3 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
	}
	.pkg-news2 dl dt#newsdate {
	  	width: 19%;
		text-align: right;
	}
	.pkg-news2 dl dd {
	  	width: 75%;
	}
	.pkg-news3 dl dt#newsdate {
	  	width: 17%;
		text-align: right;
	}
	.pkg-news3 dl dd {
	  	width: 74%;
		padding: 0px 7px;
	}
    /* -- 画像並び -- */
	#contentarea3 #contentlist3 .wp-caption {
		width: 22.4%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea3 #contentlist3 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea4 #contentlist4 .wp-caption {
		width: 47.5%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea4 #contentlist4 .size-thumbnail {
		width: 47.5%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea5 #contentlist5 .wp-caption {
		width: 22%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea5 #contentlist5 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea6 #contentlist6 .wp-caption {
		width: 22%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea6 #contentlist6 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea7 #contentlist7 .wp-caption {
		width: 37%;
		margin-bottom: 5px;
	}
	#contentarea8 #contentlist8 .wp-caption {
		width: 100%;
		margin-bottom: 2px;
      	text-align: center;
	}
	#contentarea9 #contentlist9 .wp-caption,
	#contentarea9 #contentlist9 .wp-caption p {
		width: 100%;
		margin-bottom: 2px;
      	text-align: center;
	}
	#contentarea10 #contentlist10 .wp-caption,
	#contentarea10 #contentlist10 .wp-caption p {
		width: 99%;
		margin-bottom: 2px;
      	text-align: center;
	}
	#content .entry-title {
        	margin: 0px 0px 5px;
    	}
	#content .entry-title2,
	#content #entry-title2 {
        	margin: 0px 0px 5px;
    	}
	#content .entry-title3 {
        	margin: 0px 0px 5px;
    	}
    
    /* -- 会社概要 -- */
	#content #companyarea1 {
		width: 80%;
	}
    .company {
        margin: 0 0 10px 10px;
    }
    .company dt {
        width: 30%;
        padding: 0px 5px 15px;
		text-align: right;
    }
    .company dd {
        width: 65%;
        padding: 0px 5px 15px;
    }
    .companytext1 {
	  	width: 100%;
		text-align: center;
    }
    

	/* =Images
	-------------------------------------------------------------- */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 20px;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 20px;
	}
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content img.aligncenter {
		margin-bottom: 16px;
	}
	.entry-content .alignnone,
	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .aligncenter {
		margin-bottom: 16px;
	}
	.entry-content img.size-auto,
	.entry-content img.size-full,
	.entry-content img.size-large {
		width: 100%;
	}
	.entry-content .size-medium {
		width: 40%;
	}
	.entry-content .size-thumbnail {
		width: 22%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.entry-content .wp-caption {
		width: 20%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
}



/**
* 16.4 Desktop Small 1000px
*/
@media screen and (min-width: 1000px) {
    #wrapper {
        width: 990px;
    }
    #container {
	    margin-top: 0px;
    }
    #branding {
        display: block;
    }
    #branding2 {
        display: none;
    }
    #site-title img {
        width: 200px;
		margin: 15px 0;
    }
    #gheader #menu2 {
        display: block;
    }
    #gnavi-home {
        display: block;
		width: 990px;
   	 	margin: 0 auto;
	  	padding: 30px 0;
   	 	overflow: auto;
    }
    #gnavi {
        display: block;
		width: 990px;
   	 	margin: 0 auto;
	  	padding: 0 0 15px;
   	 	overflow: auto;
    }
    
    #branding .sb-toggle-right {
        display: none;
    }
	#site_wrap {
        width:990px;
    }
    #project_list li:hover img {
        -webkit-transform: scale(1.2); 
        -moz-transform: scale(1.2); 
        -ms-transform: scale(1.2); 
        -o-transform: scale(1.2); 
        transform: scale(1.2);
    }
    #project_list .title {
        padding:15px 20px 10px; 
        background:rgba(204,51,51,0.7); 
        opacity: 1;
        line-height:180%; 
        -webkit-transform: translate3d(0,100%,0); 
        transform: translate3d(0,100%,0);
    }

    /* =content
    -------------------------------------------------------------- */
    #content {
        width: 990px;
        margin: 0 auto;
    }
	#contenttitle1 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
	}
	#contenttitle2 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
	}
	#contenttitle3 {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	    font-size: 18px;
	}
    .pkg-news {
        padding: 0 5px;
    }
    .pkg-news2 dl dt#newsdate .topicsnew {
        padding: 0px 10px;
    }
    .pkg-news3 dl dt#newsdate .topicsnew {
        padding: 0px 10px;
    }
	#content #contentarea1 {
  		width: 46%;
	  margin-top: 0px;
	}
	#content #contentarea2 {
	  	width: 100%;
	}
	#content #contentarea3 {
	  	width: 60%;
	}
	#content #contentarea5 {
	  	width: 790px;
	}
	#content #contentarea6 {
	  	width: 790px;
	}
	#content #contentarea7 {
	  	width: 790px;
	}
	#content #contentarea8 {
	  	width: 790px;
	}
	#content #contentarea9 {
	  	width: 790px;
	}
	#content #contentarea10 {
	  	width: 790px;
	}
	.pkg-news2 dl dt#newsdate {
	  	width: 20%;
	}
	.pkg-news2 dl dd {
	  	width: 74%;
	}
	.pkg-news3 dl dt#newsdate {
	  	width: 17%;
	}
	.pkg-news3 dl dd {
	  	width: 74%;
	}
    /* -- 画像並び -- */
    #contentarea3 #contentlist3 article {
        width: 21%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea3 #contentlist3 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea3 #contentlist3 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 0;
    }

	#contentarea4 #contentlist4 .wp-caption {
		width: 22.4%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 15px;
	}
	#contentarea4 #contentlist4 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
    #contentarea4 #contentlist4 article {
        width: 21%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea4 #contentlist4 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea4 #contentlist4 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 0;
    }
    #contentarea5 #contentlist5 article {
        width: 15%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea5 #contentlist5 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea5 #contentlist5 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea5 #contentlist5 article:nth-of-type(5n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article {
        width: 15%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea6 #contentlist6 article:nth-of-type(5n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .entry-content,
    .entry-summary {
        clear: both;
        padding: 10px 10px 10px 0;
    }
    #content .entry-title {
        margin: 0px 5px 5px;
    }
    #content .entry-title2,
    #content #entry-title2 {
        margin: 0px 5px 10px;
    }
    #content .entry-title3 {
        margin: 0px 5px 5px;
    }


    /* =Footer
    -------------------------------------------------------------- */

    #footer {
        width: 990px;
    }
    #footer #footer-widget-area {
        display: block;
    }

}


/* =slidebars.css
-------------------------------------------------------------- */
/* -----------------------------------
* Slidebars
* Version 0..10
* http://plugins.adchsm.me/slidebars/
*
* Written by Adam Smith
* http://www.adchsm.me/
*
* Released under MIT License
* http://plugins.adchsm.me/slidebars/license.txt
*
* -------------------
* Slidebars CSS Index
*
* 001 - Box Model, Html & Body
* 002 - Site
* 003 - Slidebars
* 004 - Animation
* 005 - Helper Classes
*
* ----------------------------
* 001 - Box Model, Html & Body
*/

html, body, #sb-site, .sb-site-container, .sb-slidebar {
    /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
    height: 100%; /* Site is as tall as device. */
}

body {
    min-height: 100%;
    height: auto;
    position: relative; /* Required for static Slidebars to function properly. */
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

/* ----------
* 002 - Site
*/

#sb-site, .sb-site-container {
    /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
    width: 100%;
    position: relative;
    z-index: 10; /* Site sits above Slidebars */
    background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
* 003 - Slidebars
*/

.sb-slidebar {
    height: 100%;
    overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
    position: fixed;
    top: 0;
    z-index: 0; /* Slidebars sit behind sb-site. */
    display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
    padding-bottom: 0px;
    background-color: #fff; /* Default Slidebars background colour, overwrite this with your own css. */
    -webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
    border-left:1px solid #ddd;
}

.sb-left {
    left: 0; /* Set Slidebar to the left. */
}

.sb-right {
    right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
    display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
    z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}


/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
    width: 30%;
}

.sb-width-thin {
    width: 15%;
}

.sb-width-wide {
    width: 45%;
}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
    .sb-slidebar {
        width: 80%;
    }

    .sb-width-thin {
        width: 60%;
    }

    .sb-width-wide {
        width: 85%;
    }
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
    .sb-slidebar {
        width: 70%;
    }

    .sb-width-thin {
        width: 70%;
    }

    .sb-width-wide {
        width: 70%;
    }
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
    .sb-slidebar {
        width: 50%;
    }

    .sb-width-thin {
        width: 45%;
    }

    .sb-width-wide {
        width: 65%;
    }
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
    .sb-slidebar {
        width: 55%;
    }

    .sb-width-thin {
        width: 45%;
    }

    .sb-width-wide {
        width: 65%;
    }
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
    .sb-slidebar {
        width: 55%;
    }

    .sb-width-thin {
        width: 45%;
    }

    .sb-width-wide {
        width: 65%;
    }
}

/* ---------------
* 004 - Animation
*/

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
* 005 - Helper Classes
*/

.sb-hide { 
    display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
