@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@font-face {
  font-family: "C-L-M";
  src: url("https://yeah.but.jp/font/C-Logo-M-ver2.otf") format("otf");
  src: url("https://yeah.but.jp/font/C-Logo-M-ver2.woff2") format("woff2");
  src: url("https://yeah.but.jp/font/C-Logo-M-ver2.woff") format("woff");
}
@font-face {
  font-family: "C-L-B";
  src: url("https://yeah.but.jp/font/C-Logo-B-ver2.otf") format("otf");
  src: url("https://yeah.but.jp/font/C-Logo-B-ver2.woff2") format("woff2");
  src: url("https://yeah.but.jp/font/C-Logo-B-ver2.woff") format("woff");
}

/*!
 * Template: 17-marine v1.0.0 (https://klee.mypace.net/)
 * Copyright 2014 klee
 * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
 */
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #202f55;
	font-size: 13px;
        line-height:150%;
	font-family: 'C-L-M', 'Yusei Magic', "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	}

/* 背景 */
body{
	background:#eeeeee;
	}

/* ヘッダー */
#header{
	margin-bottom: 40px;
	}
#header a{
	text-decoration: none;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	margin: 20px 0 10px;
	font-weight: normal;
	font-size: xx-large;
	}
/* メニュー */
ul#menu{
	margin: 0 0 20px;
	}
ul#menu li{
	display: inline-block;
	padding: 0 10px;
	}

/* コンテンツ */
.content{
	background: #ffffff;
	border-radius:20px;
	padding: 20px;
	margin-bottom: 30px;
	}
.content.nobg{
	background: none;
	}

ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
dl.long dd{
	padding-left: 10px;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px solid;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li:last-child{
	border: none;
	}

/* リンクページ */
dl.link{
	clear: left;
	margin: 5px 0;
	}
dl.link.last{
	margin: 5px 0 20px;
	}
dl.link dt{
	float: left;
	margin: 0 10px 0 0;
	}
dl.link dt a{
	background: transparent;
	}
dl.link dd{
	padding-left: 210px;
	}
dl.link::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
ul.link li{
	display: inline;
	padding-right: 10px;
	}

/* ページリンク */
#footer{
	border-top: 4px double;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}
.pagetop{
	text-align: right;
	}
.pagetop a{
	background: transparent;
	}

/* メールフォーム */
textarea{
	width: 80%;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 3px 5px;
	}
input.name{
	margin-bottom: 10px;
	}
textarea,input{
	border: 1px solid;
	background-color: #f8f8f8;
	}
.bottom{
    vertical-align: bottom;
    }

/* 見出しなど */
h2{
	font-family: 'C-L-B';
	border-bottom: 2px dotted;
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 5px;
	margin: 0 0 15px;
	}
h3{
	padding: 0 15px;
	margin: 5px 0;
	}
strong{
	color: #ff0000;
	font-weight: normal;
	}
em{
	font-style: normal;
	font-weight: bold;
	}
.box{
	border: 1px dotted;
	border-radius:20px;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 1px dotted;
	margin: 10px;
	}

/* リンク設定 */
a {
    color: #333333;
    transition: 0.2s;
    /*アニメーション*/
}

a:hover,
a:active{
	color: #909090;
	opacity:0.5;
	}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 0 0 20px;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	text-decoration: none;
	}

/* 骨組み */
#container {
	margin: 0 auto;
	padding: 0 0 0 1%;
	padding: 0 10px;
	max-width: 1400px;
	}
.onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col5, .col7, .col12, #header {
	float: left;
	margin: 0 3% 0 0;
	}
.col5.last, .col12, #header{
	margin: 0;
	}

.col5 { width: 39.5%; }
.col7 { width: 56.5%; }
.col12{ width: 99%; margin: 0; }
#header{ width: 98%; margin: 0; border: 4px double; border-radius:30px;margin: 30px 0;text-align: center;}

/* コンテンツ */
li {
	display: inline-block;
	padding-right: 0.5em;
	margin-right: 0.5em;
}
.content{
	background: #ffffff;
	border-radius:20px;
	padding: 20px;
	margin-bottom: 30px;
	}
ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
.utilitylinks {
	margin: 2em 14px 14px 14px;	/* 外側の余白量 */
	padding: 0.5em;				/* 内側の余白量 */
	border: 1px solid #aaa;		/* 枠線 */
	border-radius: 14px;			/* 枠の角丸 */
	background-color: #ddeeff;		/* 背景色 */
	font-size: 13px;			/* 文字サイズ */
}
/* ▼ナビのリンクリスト */
.utilitylinks ul {
	color: dark#436994;			/* 文字色 */
}
ul#menu{
	margin: 0 0 20px;
	}
ul#menu li{
	display: inline-block;
	padding: 0 10px;
	}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col5, .col7 {
		float: none;
		width: 99%;
	}
#header{width: 97%;}
}
#iframe{
  scrolling="yes"}

.deco-box1 {
    padding: 0.5em 1em;
    margin: 1em 0;
    border: double 5px #436994;
		display: block;
}
	/* Q:引用(Quote) */
	.decorationQ {
		border-left: 5px double #436994;
		margin: 1em 0.3em 1em 1em;
		padding: 0.75em 0.5em;
		background-color: #eeeeee;
		font-size: 0.95em;
		display: block;					/* ※Ver 2.2.0以降必須の記述 */
	}
	.decorationQ::before,
	.decorationQ::after {
		content: '';			/* 標準で付加されてしまう引用符を無効にする */
	}
	.decorationQ + br {
		display: none;	/* 引用直後の改行を無効化する */
	}
	/* S:小さい文字 */
	.decorationS {
		font-size: 0.9em;
	}
	/* T:極小文字 */
	.decorationT {
		font-size: 0.7em;
	}

/* カスタム絵文字 */
.cemoji img{transition: transform .2s ease;}
.cemoji img:hover{transform: scale(1.2);}

/* カテゴリメニュー */
.catemenu .cattree.depth2 { display:none; }
