@charset "UTF-8";
/*
Theme Name: HOTLANCH
Autor: HOTLANCH
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}


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

*, *:before, *:after {
	box-sizing: border-box;
}

::selection {
	background: #00FFFF; /* Safari */
}

::-moz-selection {
	background: #00FFFF; /* Firefox */
}

html {
    font-size: 62.5%; } /* 10px */

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-family: Helvetica, "sans-serif";
    /*font-family: "Talking";*/
    font-size: 1.5rem;
    color: #333333;
}

p  { font-size: 1.5rem; line-height: 1.5} /* 15px */
li { font-size: 1.5rem; line-height: 1.5; padding-left: 1.2em; text-indent: -1.2em;} /* 15px */
li p { font-size: 1.5rem; } /* 15px */


header,.container,footer {
    width: 90%;
    margin: 3rem auto;
}
header {
    margin-bottom: 6rem;
}
header a {
    color: #00FF00;
    background: #00FF00;
}
header a:hover {
    color: #FF00FF;
    background: #00FF00;
}


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

/* 600px〜959px：タブレット
------------------------------ */
@media screen and ( min-width:600px ) {
    header,.container,footer {
        max-width: 600px;
        margin: 3rem auto;
    }
    header {
        margin-bottom: 9rem;
    }
}
/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
    header,.container,footer {
        max-width: 600px;
        margin: 3rem auto;
    }
    header {
        margin-bottom: 9rem;
    }
}
/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
    header,.container,footer {
        max-width: 600px;
        margin: 3rem auto 5rem;
    }
    header {
        margin-bottom: 10rem;
    }
}



.indextime {
    font-size: 1.2rem;
    color: #0000FF;    
}
.indextime span {
    /*background: #00FFFF;*/
    padding-left: 0.4rem;
}
.pagetime {
    font-size: 1.2rem;
    color: #0000FF;
    padding-bottom: 2.4rem;
    padding-left: 0.4rem;
}
.post {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    /*border-bottom: 1px solid #00FFFF;*/
}
.post h1 {
    font-size: 2.25rem;
    color: #FF00FF;
    font-weight: normal;
    margin-bottom: 1rem;
}
.post h1 a {
    font-size: 2.25rem;
    color: #FF00FF;
    font-weight: normal;
    margin-bottom: 1rem;
}
/*.post h1.yo a {
    font-size: 2.25rem;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 1rem;
}*/
.post h1 span {
    background: #00FFFF;
}
/*.post h1.yo span {
    background: #FF00FF;
}*/
.home .post h1 a:hover {
    color: #00FFFF;
    background: #FF00FF;
}
.post p {
/*    margin-bottom: 2.25rem;*/
}
.post .text {
    margin-bottom: 3rem;
}
.post .text a {
    color: #006ccc;
}
.post .text a:hover {
    color: #ca3639;
    text-decoration: underline;
}
.post .backhome a:hover {
    text-decoration: underline;
}
.post .author {
    text-align: right;
    margin-bottom: 3rem;
}

.pagenav {
    margin-bottom: 3rem;
    overflow: hidden;
}
.pagenav span a {
    color: #00FFFF;
}
.pagenav .new a {
    color: #FF00FF;
    background: #00FFFF;
    float: right;
}
.pagenav .new a:hover {
    color: #00FFFF;
    background: #FF00FF;
}
.pagenav .old a {
    color: #333333;
    background: #DBDBDB;
    float: left;
    margin-bottom: 3rem;    
}
.pagenav .old a:hover {
    color: #FFF;
    background: #333333;
}



.arctit {
    font-size: 3rem;
    color: #FF00FF;
    font-weight: normal;
    margin-bottom: 3rem;
}


.widgettitle {
    color: #DBDBDB;
}
.widget_archive li,
.widget_archive li a {
    color: #DBDBDB;
}

footer small {
    color: #FF0000;
}
footer .footer-mark {
    width: 12%;
    margin-bottom: 3rem;
}

.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}