@charset "UTF-8";

/*
Theme Name: FlashWork-s
Theme URI: https://www.flashwork-s.com/
Description: Flashwork-s is a theme for the WordPress that I made in responsive-design.And anyone can easily customize it.Please use it.
Version: 1.3
Tags: white, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, sticky-post, microformats, theme-options, threaded-comments, translation-ready
Author: mitssu
Author URI: https://profiles.wordpress.org/mitssu/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/



/* *******************************************************
PC css start
******************************************************* */
@media screen and (min-width: 960px){

/* base */
*{
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #DDD;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	line-height: 135%;
}
#wrapper {
	width: 960px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
a {
	color: #066;
}
a:hover {
	color: #F60;
}
/* ------------------------------------------------------- */



/* header */
#top-title {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 135%;
	font-weight: bold;
}
#top-title a {
	color: #333;
	text-decoration: none;
}
#top-description {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
#key-visual {
	margin-left: 20px;
	margin-right: 20px;
}
/* ------------------------------------------------------- */



/* global navi */
#global-navi-area {
	width: 960px;
	float: left;
	background-color: #FFF;
}
#global-navi-pc {
	width: 920px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#global-navi-pc ul {
	margin: 0px;
	padding: 0px;
}
#global-navi-pc li {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#global-navi-pc ul a {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
}
#global-navi-pc ul a:hover {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
}
#global-navi-pc ul li ul {
	position: absolute;
}
#global-navi-pc ul li ul li {
	width: 150px;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-style: none;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	box-shadow: 2px 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 2px 1px #CCC;
	-moz-box-shadow: 2px 2px 2px 1px #CCC;
}
#global-navi-pc ul li ul li a,
#global-navi-pc ul li ul li a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #066;
	color: #FFF;
}
#global-navi-pc ul li ul li a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
	background-color: #066;
}
#global-navi-pc ul li ul {
	display: none;
}
#global-navi-mobile {
	display: none;
}
/* ------------------------------------------------------- */



/* main */
#main {
	width: 920px;
	float: left;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	background-color: #FFF;
}
/* ------------------------------------------------------- */



/* contents */
#contents {
	width: 640px;
	float: left;
}
h1 {
	width: 628px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	color: #666;
	font-size: 18px;
	line-height: 135%;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-color: #066;
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	box-shadow: 2px 2px 3px 1px #EEE;
	-webkit-box-shadow: 2px 2px 3px 1px #EEE;
	-moz-box-shadow: 2px 2px 3px 1px #EEE;
}
h2,
h3 {
	width: 628px;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	color: #666;
	font-size: 16px;
	line-height: 135%;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #066;
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	box-shadow: 2px 2px 3px 1px #EEE;
	-webkit-box-shadow: 2px 2px 3px 1px #EEE;
	-moz-box-shadow: 2px 2px 3px 1px #EEE;
	clear: left;
}
p {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
	clear: left;
}
#bread {
	margin-bottom: 10px;
	font-size: 10px;
}
#bread a {
	font-size: 10px;
}
#info-area {
	width: 625px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	font-size: 12px;
	background-color: #F6F6F6;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 2px 1px #CCC;
	-moz-box-shadow: 2px 2px 2px 1px #CCC;
}
#info-title {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#info-title strong {
	color: #066;
	font-size: 18px;
}
.info-box {
	width: 595px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.info-left {
	width: 115px;
	float: left;
	font-weight: bold;
	color: #666;
}
.info-right {
	width: 470px;
	float: right;
}
#info strong {
	color: #066;
}
#pager {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: center;
}
/* ------------------------------------------------------- */



/* side-navi */
#side-navi {
	width: 250px;
	float: right;
}
h4 {
	width: 250px;
	clear:left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #066;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
}
#side-navi ul {
	clear: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#side-navi ul a {
	width: 220px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	text-indent: -16px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#side-navi ul a:before {
	float: left;
	margin-right: 16px;
	font-family: "FontAwesome";
	content: "\f138";
}
#side-navi ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#side-navi ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side-navi ul ul a {
	width: 210px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	text-indent: -10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#side-navi ul ul a:before {
	float: left;
	margin-right: 10px;
	font-family: "FontAwesome";
	content: "\f0da";
}
#side-navi ul ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
/* ------------------------------------------------------- */



/* footer */
#footer-navi {
	width: 960px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #F5F5F5;
}
h5 {
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	color: #666;
	font-size: 14px;
}
#footer-navi-left {
	width: 290px;
	float: left;
	margin-left: 22px;
}
#footer-navi-middle {
	width: 290px;
	float: left;
	margin-left: 23px;
}
#footer-navi-right {
	width: 290px;
	float: left;
	margin-left: 23px;
}
#footer-navi ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
}
#footer-navi ul a {
	width: 260px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	text-indent: -16px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer-navi ul a:before {
	float: left;
	margin-right: 16px;
	font-family: "FontAwesome";
	content: "\f138";
}
#footer-navi ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#footer-navi ul ul {
	margin-bottom: 0px;
}
#footer-navi ul ul a {
	width: 250px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	text-indent: -10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer-navi ul ul a:before {
	float: left;
	margin-right: 10px;
	font-family: "FontAwesome";
	content: "\f0da";
}
#footer-navi ul ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#copyright {
	width: 920px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	background-color: #666;
	text-align: right;
	font-size: 12px;
	color: #FFF;
}
#produce {
	clear: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: right;
	color: #FFF;
	background-color: #666;
}
#produce a {
	color: #FFF;
	text-decoration: none;
}
#page-top {
	position: fixed;
	right: 20px;
	bottom: 50px;
}
#page-top a {
	width: 40px;
	padding: 10px 0;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #066;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}
#page-top a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
#page-top a:before {
	font-family: "FontAwesome";
	content: "\f0d8";
	font-size: 30px;
}
/* ------------------------------------------------------- */



/* newpost */
#newpost-area {
	float: left;
	margin-bottom: 20px;
}
.newpost-box {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.newpost-box-left {
	width: 100px;
	float: left;
	margin-left: 5px;
}
.newpost-box-right {
	width: 130px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
.newpost-box-caption {
	margin-bottom: 3px;
	line-height: 150%;
}
.newpost-box-right a {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.newpost-box-right a:hover {
	color: #F60;
}
.newpost-box-right p {
	margin: 0px;
}
/* ------------------------------------------------------- */



/* display */
.display-box {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.display-box-left {
	width: 150px;
	float: left;
	margin-left: 10px;	
	margin-right: 10px;	
}
.display-box-right {
	width: 460px;
	float: left;
}
.display-caption {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
}
.display-box-right a {
	color: #666;
}
.display-box-right a:hover {
	color: #F60;
}
.display-box p {
	margin-bottom: 10px;
	margin-left: 10px;
}
/* ------------------------------------------------------- */



/* ads */
#ads-contents-top {
	margin-bottom: 30px;
}
#ads-contents-top .textwidget {
	margin-left: 0px;
}
#ads-contents-bottom {
	width: 336px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#ads-contents-bottom .textwidget {
	margin-left: 0px;
}
#ads-side-bottom {
	margin-top: 30px;
	margin-bottom: 15px;
}
#ads-side-bottom .textwidget {
	margin-left: 0px;
}
/* ------------------------------------------------------- */



/* single navi */
#single-navi-box {
	width: 620px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 50px;
}
#single-navi-title {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
a.single-navi-previous,
a.single-navi-next {
	width: 285px;
	height: 30px;
	display: block;
	text-decoration: none;
	line-height: 200%;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 1px #DDD;
	-webkit-box-shadow: 2px 2px 2px 1px #DDD;
	-moz-box-shadow: 2px 2px 2px 1px #DDD;
}
a.single-navi-previous {
	float: left;
	padding-left: 10px;
}
a.single-navi-previous:before {
	font-family: "FontAwesome";
	content: "\f060  ";
}
a.single-navi-next {
	float: right;
	padding-right: 10px;
	text-align: right;
}
a.single-navi-next:after {
	font-family: "FontAwesome";
	content: "  \f061";
}
a:hover.single-navi-previous,
a:hover.single-navi-next {
	box-shadow: 2px 2px 2px 1px #EEE;
	-webkit-box-shadow: 2px 2px 2px 1px #EEE;
	-moz-box-shadow: 2px 2px 2px 1px #EEE;
}
/* ------------------------------------------------------- */



/* relation */
.relation-box {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.relation-box-left {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.relation-box-right {
	width: 81%;
	float: left;
}
.relation-caption {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
}
.relation-box-right a {
	color: #666;
}
.relation-box-right a:hover {
	color: #F60;
}
.relation-box-right p {
	margin-bottom: 0px;
}
/* ------------------------------------------------------- */

}
/* *******************************************************
PC css end
******************************************************* */





/* *******************************************************
Mobile css start
******************************************************* */
@media screen and (max-width: 959px){

/* base */
*{
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	line-height: 135%;
}
#wrapper {
	width: 100%;
	float: left;
	padding-top: 0px;
	text-align: left;
	background-color: #FFF;
}
a {
	color: #066;
}
a:hover {
	color: #F60;
}
/* ------------------------------------------------------- */



/* header */
#top-title {
	width: 97%;
	float: left;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 135%;
	font-weight: bold;
}
#top-title a {
	color: #333;
	text-decoration: none;
}
#top-description {
	clear: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}
#key-visual {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* ------------------------------------------------------- */



/* global navi */
#global-navi-hbt {
	width: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-image: url(../images/global-navi-open.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #333;
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	cursor: pointer;
	box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
}
#global-navi-hbt.active {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	background-image: url(../images/global-navi-close.png);
	color: #F60;
}
#global-navi-mobile ul {
	margin-top: 0px;
	padding: 0px;
}
#global-navi-mobile li {
	width: 100%;
	float: left;
	list-style-type: none;
	background-color: #333;
}
#global-navi-mobile ul a {
	width: auto;
	padding-top: 10px;
	padding-left: 24px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	word-wrap: break-word;
}
#global-navi-mobile ul a:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f0a9";
	text-indent: -18px;
}
#global-navi-mobile ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#global-navi-mobile ul li ul {
	margin: 0px;
	padding: 0px;
}
#global-navi-mobile ul li ul a {
	width: auto;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#global-navi-mobile ul li ul a:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f0da";
	text-indent: -10px;
}
#global-navi-mobile ul li ul li:hover,
#global-navi-mobile ul li ul li a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#global-navi-pc {
	display: none;
}
/* ------------------------------------------------------- */



/* main */
#main {
	width: auto;
	clear: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 35px;
	background-color: #FFF;
}
/* ------------------------------------------------------- */



/* contents */
#contents {
	width: 100%;
	float: left;
}
h1 {
	width: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	color: #666;
	font-size: 18px;
	line-height: 135%;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-color: #066;
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	box-shadow: 2px 2px 3px 1px #EEE;
	-webkit-box-shadow: 2px 2px 3px 1px #EEE;
	-moz-box-shadow: 2px 2px 3px 1px #EEE;
}
h2,
h3 {
	width: auto;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	color: #666;
	font-size: 16px;
	line-height: 135%;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #066;
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	box-shadow: 2px 2px 3px 1px #EEE;
	-webkit-box-shadow: 2px 2px 3px 1px #EEE;
	-moz-box-shadow: 2px 2px 3px 1px #EEE;
	clear: left;
}
p {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	clear: left;
}
#bread {
	display: none;
}
#info-area {
	width: 97%;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	font-size: 12px;
	background-color: #F6F6F6;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 2px 1px #CCC;
	-moz-box-shadow: 2px 2px 2px 1px #CCC;
}
#info-title {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#info-title strong {
	color: #066;
	font-size: 18px;
}
.info-box {
	width: 92%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.info-left {
	width: 100%;
	float: left;
	font-weight: bold;
	color: #666;
}
.info-right {
	width: 100%;
	float: left;
}
#info strong {
	color: #066;
}
#pager {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: center;
}
/* ------------------------------------------------------- */



/* side-navi */
#side-navi {
	width: 100%;
	float: left;
}
h4 {
	width: auto;
	clear:left;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #066;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
}
#side-navi ul {
	clear: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#side-navi ul a {
	width: auto;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#side-navi ul a:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f138";
	text-indent: -18px;
}
#side-navi ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#side-navi ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side-navi ul ul a {
	width: auto;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#side-navi ul ul a:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f0da";
	text-indent: -10px;
}
#side-navi ul ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
/* ------------------------------------------------------- */



/* footer */
#footer-navi {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #F5F5F5;
}
h5 {
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	color: #666;
	font-size: 14px;
}
#footer-navi-left {
	width: 100%;
	float: left;
}
#footer-navi-middle {
	width: 100%;
	float: left;
}
#footer-navi-right {
	width: 100%;
	float: left;
}
#footer-navi ul {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
}
#footer-navi ul a {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer-navi ul a:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f138";
	margin-left: -18px;
}
#footer-navi ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#footer-navi ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-navi ul ul a {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer-navi ul ul a:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f0da";
	margin-left: -10px;
}
#footer-navi ul ul a:hover {
	color: #F60;
	background-color: #F5F5F5;
}
#copyright {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #666;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
#produce {
	display: none;
}
#page-top {
	position: fixed;
	right: 10px;
	bottom: 40px;
}
#page-top a {
	width: 40px;
	padding: 10px 0;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #066;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}
#page-top a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
#page-top a:before {
	font-family: "FontAwesome";
	content: "\f0d8";
	font-size: 30px;
}
/* ------------------------------------------------------- */



/* newpost */
#newpost-area {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.newpost-box {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.newpost-box-left {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-right: 15px;
}
.newpost-box-right {
	width: 49%;
	float: left;
}
.newpost-box-caption {
	margin-bottom: 3px;
	line-height: 150%;
}
.newpost-box-caption a {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.newpost-box-caption a:hover {
	color: #F60;
}
.newpost-box-right p {
	margin: 0px;
}
/* ------------------------------------------------------- */



/* display */
.display-box {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.display-box-left {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.display-box-right {
	width: 51%;
	float: left;
}
.display-caption {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
}
.display-box-right a {
	color: #666;
}
.display-box-right a:hover {
	color: #F60;
}
.display-box p {
	display: none;
}
/* ------------------------------------------------------- */



/* ads */
#ads-contents-top {
	width: 250px;
	margin-bottom: 30px;
}
#ads-contents-top .textwidget {
	margin-left: 0px;
}
#ads-contents-bottom {
	width: 300px;
	clear: left;
	margin-bottom: 50px;
}
#ads-contents-bottom .textwidget {
	margin-left: 0px;
}
#ads-side-bottom {
	width: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#ads-side-bottom .textwidget {
	margin-left: 0px;
}
/* ------------------------------------------------------- */



/* single navi */
#single-navi-box {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
}
#single-navi-title {
	width: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
a.single-navi-previous,
a.single-navi-next {
	width: 285px;
	height: 30px;
	display: block;
	text-decoration: none;
	line-height: 200%;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 1px #DDD;
	-webkit-box-shadow: 2px 2px 2px 1px #DDD;
	-moz-box-shadow: 2px 2px 2px 1px #DDD;
}
a.single-navi-previous {
	float: left;
	padding-left: 10px;
	margin-bottom: 15px;
}
a.single-navi-previous:before {
	font-family: "FontAwesome";
	content: "\f060  ";
}
a.single-navi-next {
	float: left;
	padding-right: 10px;
	text-align: right;
}
a.single-navi-next:after {
	font-family: "FontAwesome";
	content: "  \f061";
}
a:hover.single-navi-previous,
a:hover.single-navi-next {
	box-shadow: 2px 2px 2px 1px #EEE;
	-webkit-box-shadow: 2px 2px 2px 1px #EEE;
	-moz-box-shadow: 2px 2px 2px 1px #EEE;
}
/* ------------------------------------------------------- */



/* relation */
.relation-box {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.relation-box-left {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.relation-box-right {
	width: 60%;
	float: left;
}
.relation-caption {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
}
.relation-box-right a {
	color: #666;
}
.relation-box-right a:hover {
	color: #F60;
}
.relation-box-right p {
	margin-bottom: 0px;
}
.relation-box-right .article-info {
	display: none;
}
/* ------------------------------------------------------- */

}
/* *******************************************************
Mobile css end
******************************************************* */





/* *******************************************************
Common css start
******************************************************* */

/* base */
*{
	word-wrap: break-word;
}
/* ------------------------------------------------------- */



/* other */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------- */



/* a img */
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
a:hover img {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	-o-transition: 0.7s ease;
	transition: 0.7s ease;
}
/* ------------------------------------------------------- */



/* clear */
.clear-left {
	clear: left;
}
/* ------------------------------------------------------- */



/* article-info */
.article-info {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 12px;
	color: #666;
	word-wrap: break-word;
}
.article-info-time:before {
	font-family: "FontAwesome";
	content: "\f017  ";
}
.article-info-author {
	margin-left: 15px;
}
.article-info-author:before {
	font-family: "FontAwesome";
	content: "\f007  ";
}
.article-info-category {
	margin-left: 15px;
}
.article-info-category:before {
	font-family: "FontAwesome";
	content: "\f07b  ";
}
.article-info-tag {
	margin-left: 15px;
}
.article-info-tag:before {
	font-family: "FontAwesome";
	content: "\f02c  ";
}
/* ------------------------------------------------------- */



/* pagination */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	line-height: 14px;
}
.pagination span,
.pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	background: #666;
	color:#FFF;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.pagination a:hover{
	background: #066;
	color: #FFF;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	color: #FFF;
	background-color: #066;
}
/* ------------------------------------------------------- */



/* link-pages-box */
#link-pages-box {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	line-height: 200%;
}
#link-pages-title {
	margin-bottom: 5px;
	color: #666;
	font-weight: bold;
}
#link-pages-box a {
	margin-bottom: 10px;
	display: inline-block;
	border: solid 1px #CCC;
	text-decoration: none;
}
#link-pages-box a:hover {
    color: #FFF;
    background: #F60;
}
.numbers {
	padding: 15px;
}
/* ------------------------------------------------------- */



/* comment */
#comment-area {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #EEE;
	border-radius: 5px;
}
#comment-area h3#comments {
	width: auto;
	margin-top: 10px;
	padding-top: 0px;
	color: #066;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#comment-area li {
	list-style: none;
}
#comment-area ol li {
	overflow: hidden;
}
#comment-area ol li.depth-1 {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #FFF;
}
#comment-area ol li ul.children {
	margin-left: 5%;
}
#comment-area ol li ul.children li {
	margin-top: 10px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
img.avatar {
	float: left;
	margin-right: 10px;
}
span.says {
	display: none;
}
cite.fn {
	font-size: 14px;
}
div.comment-meta {
	margin-bottom: 15px;
	font-size: 14px;
}
div.comment-meta:after {
	height: 0;
	clear: both;
	display: block;
	content: '';
	visibility: hidden;
}
.comment-body p {
	padding: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #333;
	background: #FFF;
}
div.reply {
	margin-top: 10px;
	margin-bottom: 5px;
}
div.reply:after {
	height: 0;
	clear: both;
	display: block;
	content: '';
	visibility: hidden;
}
div.reply a {
	float: right;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #066;
	display: block;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 1px #BBB;
	-webkit-box-shadow: 2px 2px 2px 1px #BBB;
	-moz-box-shadow: 2px 2px 2px 1px #BBB;
}
div.reply a:hover {
	background-color: #F60;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#respond {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #DDD;
	border-radius: 10px;
}
#respond h3#reply-title {
	width: auto;
	margin-top: 10px;
	padding-top: 0px;
	color: #066;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#cancel-comment-reply-link {
	margin-left: 20px;
	font-size: 14px;
}
#respond p {
	margin-bottom: 25px;
}
.required {
	color: #C00;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	font-weight: bold;
	color: #666;
}
#respond p.form-submit {
	margin-bottom: 10px;
}
input#author,
input#email,
input#url,
textarea#comment {
	width: 92%;
	margin-top: 0;
	padding: 7px 15px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
	border-radius: 7px;
}
textarea#comment {
	line-height: 135%;
}
input#submit {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	color: #FFF;
	background-color: #066;
	border-style: none;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 1px #BBB;
	-webkit-box-shadow: 2px 2px 2px 1px #BBB;
	-moz-box-shadow: 2px 2px 2px 1px #BBB;
	cursor: pointer;
}
input#submit:hover {
	background-color: #F60;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/* ------------------------------------------------------- */



/* sidebar advertisement */
#sidebar-top-advertisement {
	margin-bottom: 25px;
}
/* ------------------------------------------------------- */



/* widget */
/* rss */
.rss-date,
.rssSummary,
cite {
	margin-left: 15px;
	margin-right: 5px;
	font-size: 12px;
}
/* archives/category */
.screen-reader-text {
	display: none;
}
select {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.screen-reader-text{
	margin-left: 10px;
	font-weight: bold;
}
/* calendar */
#wp-calendar caption {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #666;
	font-weight: bold;
	text-align: left;
}
#wp-calendar {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:25px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
}
#wp-calendar thead tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #999;
	border-bottom-color: #999;
	text-align: center;
}
#wp-calendar thead tr th:nth-child(1) {
	background-color: #FCC;
}
#wp-calendar thead tr th:nth-child(2),
#wp-calendar thead tr th:nth-child(3),
#wp-calendar thead tr th:nth-child(4),
#wp-calendar thead tr th:nth-child(5),
#wp-calendar thead tr th:nth-child(6) {
	background-color: #FFD;
}
#wp-calendar thead tr th:nth-child(7) {
	background-color: #DEF;
}
#wp-calendar td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
}
#wp-calendar tbody tr #today {
	background-color: #FCC;
	font-weight: bold;
}
/* tagcloud */
.tagcloud {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
}
.tagcloud  a {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: block;
	background: #066;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.tagcloud  a:hover {
	color: #FFF;
	background-color: #333;
}
/* textwidget */
.textwidget {
	width: auto;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}
.textwidget p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
/* comments */
#recentcomments li {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#recentcomments li a {
	width: 230px;
	display: block;
	color: #066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	text-decoration: underline;
}
#recentcomments li a:before {
	content: "";
}
#recentcomments li a:hover {
	background-image: none;
}
/* date */
.post-date {
	margin-left: 20px;
	font-size: 12px;
}
/* searchform */
.form-box{
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 10px;
}
.searchform input[type="text"] {
	width: 140px;
	padding: 10px;
	border: 1px solid #066;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.searchform input[type="submit"] {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #999;
	background-color: #066;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.searchform input:hover[type="submit"] {
	background-color: #F60;
}
/* ------------------------------------------------------- */

/* *******************************************************
Common css end
******************************************************* */