﻿/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}

.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #c15785;
    background: #2a326f;
    border-top: solid 10px #a92791;
}
.box9 p {
    margin: 0; 
    padding: 0;
}
/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	/*font: 15px Arial, Helvetica, sans-serif;*/
	line-height: 35px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background-color: #1c204d;
	font-family: serif;
	font-size:15px;
}
html {
	background:#fff;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #ff9e56;
	font-family:'Oswald', serif;
	font-weight: normal;
	text-transform:uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #f07272;
}
h1 {
    font-size: 35px;
    /* margin-bottom: 10px; */
    font-weight: bold;
}
h2 {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: bold;
    /* font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; */
    color: #fff;
}
h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    /*font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
}
h4 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform:capitalize;
	color: #543d1f;
}
h5 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #543d1f;
}
h6 {
	font-size: 14px;
	margin-bottom: 10px;
}
.subheader {
	color: #261b0d;
}
p {
    color: #ffffff;
    line-height: 1.7em;
    font-size: 16px;
    margin: 0 0 15px 0;
    font-family: serif;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
/*
blockquote, blockquote p {
	font-size: 14px;
	line-height: 24px;
	color: #cdcdcd;
	font-style: italic;
}
blockquote {
	margin: 0 0 0px;
	padding: 0;
	border-right: 1px solid #796172;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #cdcdcd;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #cdcdcd;
}
*/
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* Text Selection */

::selection {
background: #f9efe3;
color: #261b0d; /* Safari */
}
::-moz-selection {
background: #f9efe3;
color: #261b0d; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color:#5cb5e4;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}

a:hover {
	text-decoration:underline;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Forms
================================================== */

/* General Forms */

form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #261b0d;
	margin: 0;
	width: 198px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #eee;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #bbb;
	color: #555;
}
textarea {
	min-height: 100px;
}
select {
	width: 500px;
}
/* Header Responsive Menu Form Style */

.header form {
	margin-bottom: 15px;
}
#header select {
	-webkit-appearance: none;
	padding: 10px;
	outline: none;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	max-width: 100%;
	display: block;
	background:#2a326f url(../images/navselect.gif) no-repeat right center;
	color: #fff;
}
#header option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}

.breadcrumb {
    margin-bottom:10px;
}
.breadcrumb ol {
    margin:0;
    padding:0;
}
.breadcrumb ol li {
    display: inline-block;
}

.breadcrumb ol li + li:before {
    margin: 0 5px;
    content: ">";
}
.category a{
    margin:0!important;
    padding:0!important;
    display:inline-block!important;
    overflow:inherit!important;
}
#footer {
      margin-top: 30px;
}

.navigation {
width:100%;
margin-top:20px;
padding-top:10px;
border-top: 1px solid #eeeeee;
}
.nav-links:after {
content: ".";
display: block;
height: 0;
font-size:0;
clear: both;
visibility:hidden;
}
.nav-links >div {
    margin-bottom: 20px;
    /* background-color: #1c204d; */
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    display: inline-block;
}

.nav-links >div a{
    padding: 5px 10px;
    display:block;
    cursor:pointer;
}

.nav-previous {
float:left;
}
.nav-next {
float:right;
}

.fa-chevron-left {
padding-right:5px;
}

.fa-chevron-right {
padding-left:5px;
}

.fa {
text-decoration: none;
}
.fa:before {
display: inline-block;
font-family: FontAwesome;
font-size: 1.25em;
text-decoration: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-chevron-left:before {
	content: "<";
	font-weight:bold;
	position: relative;
	top: 2px;
}
.fa-chevron-right:before {
	content: ">";
	font-weight:bold;
	position: relative;
	top: 2px;
}

.ad-wrapper {
    margin-bottom:20px;
}

.ad-area {
    text-align:center;
}

.ad-area img {
    max-width:100%;
}

.ad-top {
    padding-top:15px;
}

.ad-bottom {
    padding-bottom:15px;
}

.ad-body {
    margin:15px 0;
}

.margin-top {
	margin-top:10px;
}

ul.sitemap li {
	margin:5px 0;
}
.sitemap ul {
	margin-left:20px;
}

.category-widget ul {
	list-style:none;
}
.category-widget li {
	border-bottom:1px solid #ccc;
}
.category-widget li a {
	display:block;
}
.category-widget li a:hover{
	background:#eaeaea;
}
/*
.category-widget li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f115";
    margin-right:5px;
    background:none;
}
*/
li.parents {
	padding-top:0px!important;
    padding-bottom:0px!important;
    margin-bottom:0px!important;
	padding-left:20px;
	border-bottom:none!important;
}
li.parents ul {
	margin:0!important;
    padding-top:0px!important;
    padding-bottom:0px!important;
}

li.parents li {
    margin:10px 0;
}

li.parents:before {
	content:none;
}

.article-rank {
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0.58);
	color:#fafafa;
	padding:5px;
}

.pickuplists {
    display:block;
}
.thunb_wrap {
	position:relative;
    display:inline-block;
    vertical-align: top;
}
.article_info {
	display:inline-block;
	width: 70%;
}
.article_rank {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.58);
    color: #fafafa;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 1px;
    font-size: 12px;
	line-height: 1.5;
}
.article_views {
	position:absolute;
	left:10px;
}
.article-rank {
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0.58);
	color:#fafafa;
	padding:5px;
}

ul.pickup_list {
	margin:0;
	padding:0;
}
.pickup_list li {
	list-style:none;
	border-bottom:1px solid #ddd;
}
.pickup_list .pickup_thumbnail img {
	width:120px;
}

.pickup_list a {
	width:100%;
	display:block;
}
.pickup_info p {
	margin:0px;
}
.pickup p,
a.pickup {
	color:#ff0000!important;
	font-weight:bold;
	display:block;
}
.pickup_list li a:hover {
	text-decoration:underline!important;
}

.pickup_thumbnail {
	display:inline-block;
	float:left;
	margin-right:10px;
}

.pickup_list a {
    color:#0089af;
}

h1 {
    color: #f07272;
    text-shadow: 0 0 5px white;
    padding: 0.2em 0.1em;
    /* background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px); */
    background: repeating-linear-gradient(-45deg, #ffe8e8, #ffd6d6 3px,#ffe7e7 3px, #ffffff 7px);
    font-family: arial unicode ms;
}

.post section h1:before,
.post article h1:before {
}

h2 {
border-bottom: solid 3px #a92791;
position: relative;
padding-top: 20px;
}

h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #84d1f9;
bottom: -3px;
width: 30%;
}

blockquote:before,
blockquote:after { content:""; }

blockquote {
	line-height: 2;
	margin-bottom: 1.5em;
}

blockquote {
	padding: 30px 30px 30px 90px;
	background: #efefef;
	border: 1px solid #ddd;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

blockquote p { font-style: italic; }

blockquote:after {
    font-family: FontAwesome;
    content: '\f10d';
    width: 90px;
    font-size: 42px;
    line-height: 72px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #ddd;
    position: absolute;
    top: 10px;
    left: 0px;
}

blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

blockquote cite:before { content: "— "; }

.youtube iframe,
iframe {
  max-width: 100%;
}
.tofc {
    display: table;
    width: auto;
    background: #f9f9f9;
    border:1px solid #aaa;
    padding:10px;
    margin: 0;
    font-size: 95%;
margin-right: auto;
margin-left: auto;
}
.tofc:before {
    content:"目次";
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.summary {
    padding: 0;
}
.summary .level-2 {margin-left: 1em}
.summary .level-3 {margin-left: 2em}
.summary .level-4 {margin-left: 3em}
.summary .level-5 {margin-left: 4em}
.summary .level-2{
    counter-increment: level-2-counter;
}
.summary .level-3{
    counter-increment: level-3-counter;
}
.summary li {
    list-style: none;
    margin: .5rem 0;
}
.summary li.level-2 + .level-3:nth-child(n+2){
   counter-reset: level-3-counter;
}
.summary li.level-2:before {
    content: counters(level-2-counter, "-")". ";
}
.summary li.level-3:before {
    content:counters(level-2-counter, "-")"-" counters(level-3-counter, "-")". ";
}

@media screen and (max-device-width: 480px) {

}