@charset "utf-8";

/*------------------------------
 共通デザイン（モバイル向け）
 -------------------------------*/
body
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
h1
{
	font-size: 1.8rem;
	margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 10px;
    /*text-align:center;*/
}
h1.header
{
	height:100px;
	background-image: url('../images/bg/watch0_bg.png');
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#eee;
    border-left:5px solid green ;
    border-right:5px solid green ;
    color:palegoldenrod;
    line-height:1.5
}


header.finding
{
    font-weight: bolder;
    font-size: 20px;
    background-color: #eee;
    padding:0 0 0 10px;
    border-left:10px solid green ;
}

h2	{	font-size: 1.6rem;	}

nav {
		width:100%;padding:0px 0px 15px 0px;display:block;
}

nav.section
{
	text-align:center
}

nav.blog
{
	display:block;
	text-align:left;
}

nav > ul
{
	list-style-type:none
}

nav > ul > li
{
	margin:10px 0 0 -10px;
	paddhing:0 0 10px 0;
	float:left;
	clear:both;
}

article
{
	padding:10px
}

.anchor
{
	font-weight:bolder;
}


article.blog
{
	font-size:17px;
	line-height:2;
}

aside{
}

aside.photo{
	float:left;
	margin-left:10px;
}

aside.af
{
	padding:10px;
}

footer
{
	text-align:center;
	width:100%;
	padding:15px 0;
	background-color:#cccc99;
	margin-top:auto;
}

table {
    width:100%;
    border-collapse:collapse;
    margin:10px 0;
}

th {
    background-color:#eef5ff;
    padding:8px;
    border:1px solid #ccc;
}

td {
    padding:8px;
    border:1px solid #ccc;
}

#wrapper{
	display:flex;
	flex-direction:column;
    min-height: 100vh;
}

.side-column {
      width: 400px;
      text-align:center;
}

.expl1
{
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #000000;
    padding-top: 10px;
    background-color: #99cc66
}

.tac
{
width:100%;padding:0px 0px 15px 0px;text-align:center;
}

.cb
{
	clear:both
}

.sb
{
    font-weight: bolder;
    font-siz: 20px;
    background-color: #99cc66
}
.s
{
    font-siz: 20px
}
.ss
{
    font-siz: 17px;
    line-height: 2.0
}
.ssb
{
    font-siz: 17px;
    line-height: 0.5
}
.sss
{
    font-size: 12px
}
.font_g
{
}
A:link
{
    COLOR: teal
}
A:visited
{
    COLOR: teal
}
A:active
{
    COLOR: teal
}
A:hover
{
    COLOR: orange
}
.tbl_base
{
}
.tbl_fore
{
}
.tbl_back
{
}
.tbl_line
{
    BACKGROUND-COLOR: silver
}
.tbl_line TD
{
    HEIGHT: 3px
}
.lst_head
{
    FONT-SIZE: 14px;
    COLOR: white;
    BACKGROUND-COLOR: black
}
.lst_base
{
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: lightyellow
}
.lst_title
{
    FONT-SIZE: 14px;
    COLOR: white;
    BACKGROUND-COLOR: navy
}
.lst_fore
{
    FONT-SIZE: 12px
}
.finding_img
{
	position:relative;
	float:left;
	overflow:hidden;
}

.finding_txt
{
	font-size:15px;
	width:240px;
	padding:0 0 0 10px;
	float:left;
	line-height:1.0;
	color:dimgray;
	
}
.article_txt
{
	font-size:12px;
	padding:0 0 10px 10px;
	width:240px;
	display:block;
	float:left;
	position: relative;
    overflow: hidden;
    /** 行数設定 **/
    height: 3em;
    line-height: 1.3;
	color:dimgray
}

.article_txt > br
{
	display:none
}

.article_txt:before, .cut_txt:after {
    position: absolute;
    /** 塗りつぶし背景色 **/
    //background: #ffffff;
}
/*
.article_txt:before {
    /** 語尾文字 **/
    content: "･･･";
    bottom: 0;
    right: 0;
}
*/
.article_txt:after {
    content: "";
    width: 100%;
    height: 100%;
}

/* ------------------------------
 CTAボタン
------------------------------ */

.btn {
    display:block;
    width:90%;
    margin:15px auto;
    padding:14px;
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    border-radius:6px;
}

/* メイン（オレンジ） */
.btn_main {
    background-color:#ff8800;
    color:#ffffff;
}

/* ホバー（PC） */
.btn_main:hover {
    background-color:#ff6600;
    color:#ffffff;
}

/*-------------------------------------
 タブレットなど
 --------------------------------------*/
@media screen and (min-width: 768px) {
 h1 {
     font-size: 2.2rem;/* 36px*/
 }
 h2 {
     font-size: 1.8rem;/* 24px*/
 }
	
}


/*-------------------------------
 PCなど
 --------------------------------*/
@media screen and (min-width: 1024px) {
 h1 {
     font-size: 2.4rem;/* 36px*/
 }
 h2 {
     font-size: 2.0rem;/* 24px*/
 }
 
.page-cover {
   display: table;
   min-width: 960px
}
.main-column {
   display: table-cell;
   vertical-align:top;
   border: none;
   padding: 15px;
}
.side-column {
   text-align:center;
   display: table-cell;
   vertical-align:top;
   border: solid 1px silver;
   padding: 15px;
   width: 350px;
}
 
 
}
