/*
Theme Name: F8 Lite
Theme URI: http://graphpaperpress.com/themes/f8-lite/
Description: A photography & multimedia portfolio theme for Wordpress
Version: 4.2.1
Author: Thad Allender
Author URI: http://graphpaperpress.com
Tags: black, red, white, one-column, three-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, microformats, editor-style, photoblogging
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

	
/************************* IMPORT GRID & NAV *************************/

@import url(css/screen.css);
@import url(css/nav.css);

	
/************************* DEFAULT STYLES ***************************/
@font-face {
	font-family: Makiba;
	src: url(http://locologi.lolipop.jp/locologi/wp-content/themes/MakibaFont13.eot) format("truetype");
}


body {
	color: #222;
	background-image: url(images/header/head_bg.png);
	background-repeat: no-repeat;
	overflow-x: hidden;
	position: relative;
    	min-width: 950px;
	font-size: 0.9em;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	background-position: center top;
}

.container-inner {
	width:950px;
	margin:0 auto;
}

h1{
	color:#fff;
	font-size: 1.0em;
	font-family: Makiba,sans-serif;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.5em;
}

h1 a:hover {
	color:#eeeeee;
}
h2,h3,h4,h5,h6 {
	color:#339900;
}

h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#336600;
}

a {
	color:#336600;
	text-decoration:none;
}

a:hover,a:focus {
	color:#999999;
}

hr {
    border: 0;
    height: 1px;
    color:#93bf46;
}
	

/************************* SLIDESHOW ******************************/
#slideshow-posts {
	margin-bottom:1em;
	height:425px;
	overflow:hidden;
}

ul#slideshow-nav {
	margin:.5em 0;
	padding:0;
}

ul#slideshow-nav a {
	padding:5px 9px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background:#ddd;
	color:#fff;
	margin:0 12px 0 0;
}

ul#slideshow-nav a.activeSlide,ul#slideshow-nav a:hover {
	background:#aaa;
}

.slide {

	padding:0px;
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding:0;
	width:950px;
	height:425px;
}

.slide .slide-image {
	width:950px;
	float:left;
}

.slide .slide-image img {
	max-width:950px;
}

* html .slide-image img {
	width:950px;
}

.slide .slide-image img.attachment-950x425 {
	margin:0;
	padding:0;
}

.slide .slide-details {
	width:310px;
	float:right;
	margin-left:10px;
	padding:2em;
	background:transparent url(images/overlay.png);
	position:absolute;
	top:20px;
	right:20px;
}

.slide .slide-details h2 {
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:normal;
	margin:0;
}

.slide .slide-details .description p {
	color:#eee;
	margin-top:10px;
	font-size:1.1em;
}

.slide a {
	color:#fff;
}

.slide a:hover {
	color:#eee;
}


	
/************************* MASTHEAD ************************************/
#masthead {
	background:padding: 0;
	border-top:5px solid #222;
}

#masthead h4 {
	margin:1em 0;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
}

#masthead h4 a {
	color:#333;
	text-decoration:none;
	float:left;
}

#masthead h4 a:hover {
	color:#000;
}

#masthead span {
	color:#666;
	font-size:.8em;
	text-transform:lowercase;
	font-weight:normal;
}

#masthead span.description {
	float:left;
	margin-left:20px;
	padding-top:.2em;
}

#masthead span.contact {
	float:right;
	line-height:1em;
}

#masthead span.contact a:hover {
	color:#000;
}

img.headerimg {
	margin-bottom:1em;
}

.sf-menu ul {
	list-style:none;
	padding:0;
	margin:0 0 20px;
	background-color:#222;
	font-size:1em;
	height:40px;
}

.sf-menu ul li {
	text-align:left;
	float:left;
	height:40px;
	margin:0;
	background:#222;
	border-right:1px solid #666;
	padding:0;
}

.sf-menu ul li a {
	display:block;
	width:100px;
	padding:7px 5px 22px 7px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-shadow:0 0 0 #000;
}

#navcontainer>.sf-menu ul li a {
	width:auto;
	height:auto;
	height:8px;
}

.sf-menu ul li#active a {
	background:#eee;
	color:#222;
}

.sf-menu ul li a:hover,.sf-menu ul li#active a:hover {
	color:#fff;
	background-color:#000;
}

.sf-menu ul li.home {
	border-left:none;
}

.sf-menu ul li li {
	border:none;
	border-bottom:1px solid #333;
}


	
/******************************** POSTS ************************* */
.post {
	display:block;
	clear:both;
}

.postmetadata {
	color:#ccc;
}

.postmetadata a {
	color:#ccc;
}

.postmetadata a:hover {
	color:#000;
}

.underlined {
	border-bottom:1px solid #000;
	text-transform:uppercase;
}

h6.underlined {
	margin:0 0 1em;
}

.navigation {
	margin:0 auto;
	text-align:center;
	display:block;
	width:300px;
}

.nav-image-left,.nav-image-up,.nav-image-right {
	text-align:center;
	float:left;
	width:100px;
	margin:10px 10px 10px 0;
}

.nav-image-left a,.nav-image-up a,.nav-image-right a {
	padding:2px 48%;
	text-decoration:none;
	color:#222;
}

.nav-image-left a:hover,.nav-image-up a:hover,.nav-image-right a:hover {
	color:#000;
}

.nav {
	background:#eee;
	margin:0 0 1em;
}

.nav:hover {
	background:#ccc;
}

.prev a,.next a {
	color:#000;
	text-decoration:none;
	padding:.2em 1em;
}

.nav-interior {
	margin:0;
	padding:0;
	clear:both;
	display:inline;
}

.nav-interior .next {
	color:#000;
	text-decoration:none;
	float:right;
}

.nav-interior .prev {
	color:#000;
	text-decoration:none;
	float:left;
}


	
/* ************************* FOOTER *********************** */
#footer {
	margin:0.7em 0 0;
	padding:0.7em;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	background:#EAEADC;
	background-image: url(images/footer/bg.png);
	background-repeat: repeat-x; 
}

#footer p {
	text-align:center;
	color:#999;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#333;
}


	
/***************************** FLOATS & IMAGES ***************************** */
.right {
	float:right;
}

.left {
	float:left;
}

.middle {
	margin:0 auto;
	float:left;
}

.clear {
	clear:both;
}

.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.thumbnail {
	width:310px;
	height:150px;
	max-width:310px;
	max-height:150px;
	overflow:hidden;
}

.smallattachment {
	margin:0 auto;
	text-align:center;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}

.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}

.gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}

	
/***************************** ARCHIVE *****************************/
h6.archive-header {
	display:block;
	border-bottom:#000 1px solid;
	margin:0 0 .5em;
}

.archive-stack {
	width:100%;
	height:1em;
}


	
/***************************** ETC *****************************/
#filters {
	clear:both;
	height:2em;
	margin-bottom:1em;
}

#filters li {
	float:left;
	margin-right:2em;
}

.prev {
}

.next {
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}


	
/***************************** SEARCH *****************************/
#search {
	margin:15px 0 0;
}

#search #s {
	background:transparent url(images/search.png) 0 center no-repeat;
	color:#666;
	font-size:.9em;
	margin:0 0 0 10px;
	padding:3px 0 3px 20px;
	width:120px;
}

#search input {
	border:1px solid #ccc;
}

#search #s:hover {
	color:#666;
}

.search-excerpt {
	margin:0;
}


	
/************************* WIDGETS ************************************/
#inside-widgets {
	color:#222;
	margin:4em 0;
}

#inside-widgets h6.widgettitle {

	border-bottom:1px solid #ccc;
	text-transform:none;
	padding:1em .3em .5em;
}

#inside-widgets ul {
	list-style:none;
	margin:0 0 1.6em;
	font-size:1em;
}

#inside-widgets ul li a,ul.txt li {
	color:#222;
	height:1%;
	background:url(images/li.png) no-repeat 0;
	line-height:1.2em;
	border-bottom:1px solid #ccc;
	display:block;
	padding:6px 0 6px 8px;
}

#inside-widgets ul li a:hover,ul.txt li:hover {
	color:#000;
	background-position:1px .8em;
	background:#eee url(images/li.png) no-repeat 3px 10px;
}

#inside-widgets ul li a span,ul.txt li,h4 a span {
	color:#696455;
}

#inside-widgets ul li.active a {
	cursor:default;
	color:white;
}

#inside-widgets ul ul {
	margin:0;
	list-style:none;
}


	
/***************** COMMENTS ********************/
#comments {
	clear:both;
	width:70%;
	margin:0 auto;
}

#comments .navigation {
	padding:0 0 18px;
}

h3#comments-title,h3#reply-title {
	color:#000;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
}

h3#comments-title {
	padding:24px 0;
}

.commentlist {
	list-style:none;
	margin:0;
}

.commentlist li.comment {
	border-bottom:1px solid #e7e7e7;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 56px;
	position:relative;
}

.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom:18px;
}

#comments .comment-body p:last-child {
	margin-bottom:6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom:24px;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist .avatar {
	position:absolute;
	top:4px;
	left:0;
}

.comment-author {
}

.comment-author cite {
	color:#000;
	font-style:normal;
	font-weight:bold;
}

.comment-author .says {
	font-style:italic;
}

.comment-meta {
	font-size:12px;
	margin:0 0 18px;
}

.comment-meta a:link,.comment-meta a:visited {
	color:#888;
	text-decoration:none;
}

.comment-meta a:active,.comment-meta a:hover {
	color:#ff4b33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size:12px;
	padding:0 0 24px;
}

.reply a,a.comment-edit-link {
	color:#888;
}

.reply a:hover,a.comment-edit-link:hover {
	color:#ff4b33;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .children li {
	border:none;
	margin:0;
}

.nopassword,.nocomments {
	display:none;
}

#comments .pingback {
	border-bottom:1px solid #e7e7e7;
	margin-bottom:18px;
	padding-bottom:18px;
}

.commentlist li.comment+li.pingback {
	margin-top:-6px;
}

#comments .pingback p {
	color:#888;
	display:block;
	font-size:12px;
	line-height:18px;
	margin:0;
}

#comments .pingback .url {
	font-size:13px;
	font-style:italic;
}


	
/* Comments form */
input[type=submit] {
	color:#333;
}

#respond {
	border-top:1px solid #e7e7e7;
	margin:24px 0;
	overflow:hidden;
	position:relative;
}

#respond p {
	margin:0;
}

#respond .comment-notes {
	margin-bottom:1em;
}

.form-allowed-tags {
	line-height:1em;
}

.children #respond {
	margin:0 48px 0 0;
}

h3#reply-title {
	margin:18px 0;
}

#comments-list #respond {
	margin:0 0 18px;
}

#comments-list ul #respond {
	margin:0;
}

#cancel-comment-reply-link {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

#respond .required {
	color:#ff4b33;
	font-weight:bold;
}

#respond label {
	color:#888;
	font-size:12px;
}

#respond input {
	margin:0 0 9px;
	width:30%;
	display:block;
}

#respond textarea {
	width:98%;
}

#respond .form-allowed-tags {
	color:#888;
	font-size:12px;
	line-height:18px;
}

#respond .form-allowed-tags code {
	font-size:11px;
}

#respond .form-submit {
	margin:12px 0;
}

#respond .form-submit input {
	background:#222222;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:18px;
	padding:10px 16px;
	width:auto;
}

#respond .form-submit input:hover {
	background: #000
}
	
/***************** WP STUFF ********************/
.bypostauthor {
}

.sticky {
	background:#f2f7fc;
	border-top:4px solid #000;
	margin-left:-20px;
	margin-right:-20px;
	padding:18px 20px;
}

/* =========================================================
header
========================================================= */
div#header {
	margin-top: 0px;
	padding: 10px;
	position: relative;
	text-align: left;
	background: none;
}

/* =========================================================
LogoArea
========================================================= */	
#LogoArea {
	text-align: left;
	margin-top:0px;
}
	#LogoArea p {
		margin-left: 0px;
		position:absolute;
		z-index:3;
	}

#LogoArea_s {
	position: relative;
	float:right;
	width:180px;
}

/* =========================================================
myslider
========================================================= */	
#myslider {
    list-style: none;
    margin: 0;
    padding: 0;
}
#myslider li {
    width: 260px;
    margin: 0;
    padding: 0;
}

/* =========================================================
トップページの編集
========================================================= */	
.m_midashi{
      float : left ;
      padding: 0 50px 0 0;
      letter-spacing: 0.3em;
      }
.left-box{
      float : left ;
      width:150px;
      padding : 10px 0 0 15px;
      }

.c_sl{
	margin: 0;
	padding: 10px 0px 10px 0px;
}

.clr-block{
      clear : both ;
      padding : 5px ;
      }

.mediainfo{
      float : left ;
      padding : 10px 0px 20px 15px;
      line-height: 1.8em;
      }

.mediainfo a:link { color: #69900 ; }
.mediainfo a:hover,a:focus {
	color:#333333;
	text-decoration: underline;
}

/* =========================================================
テーブルのデザイン
========================================================= */	
table {
	width: 100%;
	border-collapse: collapse;
}
th.t_top {
    border-top: #c1e800 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #EAEADC;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #c1e800 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

td.bdr_none {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-style: none;
}
td.vtop {
	vertical-align:top;
}

div.smd {
	padding: 0 0 0 20px;
}


@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 1px;
  background-color: #3b5998;
}

.general-button1  {
  border-radius: 1px;
  background-color: #8ac02d;
}
.general-button2  {
  border-radius: 1px;
  background-color: #3b5998;
}

.general-button:before  {
  border-radius: 1px;
  border-bottom: 0px solid rgba(43,65,111, 0);
  background-color: rgba(43,65,111, 0);
}

.button-content  {
  border-radius: 0px 0px 1px 1px;
  padding: 3px 3px;
  box-shadow: 0px 0px 0px 0px rgba(43,65,111, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 7.5px;
  line-height: 1.5em;
  font-size: 15px;
}

a.button-text {
	color:#fff;
	text-decoration:none;
}

.button-text:hover {
	color:#ff3;
	text-decoration:none;
}

.icon-font  {
  padding: 0px 7.5px;
  font-size: 28px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -1px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #3f5fa3;
}

.general-button:hover:before  {
  border-bottom: 1px solid rgba(43,65,111, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 1px 0px 0px rgba(43,65,111, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #334e85;
  box-shadow: 0px 1.2px 0px 0px rgba(36,54,93, 1) inset;
}

.general-button:active:before  {
  top: -1px;
  padding-bottom: 1px;
  border-bottom: 0px solid rgba(43,65,111, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(43,65,111, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #3b5998;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(43,65,111, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(43,65,111, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #334e85;
  box-shadow: 0px 1.2px 0px 0px rgba(36,54,93, 1) inset;
}

.touch .general-button:active:before  {
  top: -1px;
  padding-bottom: 1px;
  border-bottom: 0px solid rgba(43,65,111, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(43,65,111, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */

a.original:link{
　color:#fff;
　text-decoration: none;
}
a.original:visited{
color:#fff;
text-decoration: none;
}
a.original:hover{
　color:#fff;
　text-decoration:none;
}
a.original:active{
　color:#fff;
　text-decoration: none;
}


/*罫線デザイン*/
.bord {
  border:solid 5px #c1e800;
  width:95%;
  margin:25px auto;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding:10px;
  text-align: left
}

.busi {
  line-height: 150%;
}

.ht {
  height: 240px;
}

.ht2 {
  height: 110px;
}
.ht3 {
  height: 200px;
  vertical-align: top;
}