@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## HTML要素 ######################################## */

html {
	font-size: 62.5%;
	
	-webkit-text-size-adjust: none;
}

/* L1 ######################################## 汎用要素 ######################################## */

a         { color: #336699; }
a:hover   { color: #336699; text-decoration: none; }
a:visited { color: inherit; }


img {
	border: none;
	vertical-align: middle;
}

img.frame {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

hr {
	margin: 2em 0;
	height: 1px;
	border: 0;
	
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
}

strong {
	color: #336699;
}

ins,
ins * {
	color: #ff0000 !important;
	text-decoration: none;
	background: none;
}
ins {
	vertical-align: top;
}
ins a {
	text-decoration: underline;
}

del,
del > * {
	opacity: 0.4;
}

del,
del * {
	text-decoration: line-through !important;
}

.striked {
	opacity: 0.3 !important;
}

.striked,
.striked * {
	text-decoration: line-through !important;
}

ruby {
	display: inline-table;
	vertical-align: bottom;
	text-align: center;
}

ruby rb,
ruby span {
	display: table-row-group;
}

ruby rt {
	display: table-header-group;
	font-size: 1.0rem;
	line-height: 1.0;
	text-align: center;
}

ruby rp {
	display: none;
	font-size: 1.0rem;
	line-height: 1.0;
}

span.mark {
	position: relative;
	top: -0.2em;
	display: inline-block;
	padding: 0 0.5em;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle;
	background: #ff6600;
	
	border-radius: 5px;
}

/* L2 **************************************** アイコン **************************************** */

i.fa-phone-square,
i.fa-envelope-square {
	margin-left: 0.5em;
	margin-right: 0.3em;
	color: #444444;
}

/* L2 **************************************** data-auto-open **************************************** */

*[data-auto-show] {
	display: none !important;
}

/* L1 ######################################## 汎用クラス ######################################## */

.fs-10 { font-size: 1.0rem !important; }
.fs-11 { font-size: 1.1rem !important; }
.fs-12 { font-size: 1.2rem !important; }
.fs-13 { font-size: 1.3rem !important; }
.fs-14 { font-size: 1.4rem !important; }
.fs-15 { font-size: 1.5rem !important; }
.fs-16 { font-size: 1.6rem !important; }
.fs-17 { font-size: 1.7rem !important; }
.fs-18 { font-size: 1.8rem !important; }
.fs-19 { font-size: 1.9rem !important; }
.fs-20 { font-size: 2.0rem !important; }
.fs-21 { font-size: 2.1rem !important; }
.fs-22 { font-size: 2.2rem !important; }
.fs-23 { font-size: 2.3rem !important; }
.fs-24 { font-size: 2.4rem !important; }
.fs-25 { font-size: 2.5rem !important; }
.fs-26 { font-size: 2.6rem !important; }
.fs-27 { font-size: 2.7rem !important; }
.fs-28 { font-size: 2.8rem !important; }
.fs-29 { font-size: 2.9rem !important; }
.fs-30 { font-size: 3.0rem !important; }
.fs-31 { font-size: 3.1rem !important; }
.fs-32 { font-size: 3.2rem !important; }
.fs-33 { font-size: 3.3rem !important; }
.fs-34 { font-size: 3.4rem !important; }
.fs-35 { font-size: 3.5rem !important; }
.fs-36 { font-size: 3.6rem !important; }
.fs-37 { font-size: 3.7rem !important; }
.fs-38 { font-size: 3.8rem !important; }
.fs-39 { font-size: 3.9rem !important; }
.fs-40 { font-size: 4.0rem !important; }

.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }

.ml-5  { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }

.mr-5  { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }

.ts { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) !important; }

.start-0	{ counter-reset: num -1 !important; }
.start-1	{ counter-reset: num 0 !important; }
.start-2	{ counter-reset: num 1 !important; }
.start-3	{ counter-reset: num 2 !important; }
.start-4	{ counter-reset: num 3 !important; }
.start-5	{ counter-reset: num 4 !important; }
.start-6	{ counter-reset: num 5 !important; }
.start-7	{ counter-reset: num 6 !important; }
.start-8	{ counter-reset: num 7 !important; }
.start-9	{ counter-reset: num 8 !important; }
.start-10	{ counter-reset: num 9 !important; }
.start-11	{ counter-reset: num 10 !important; }
.start-12	{ counter-reset: num 11 !important; }
.start-13	{ counter-reset: num 12 !important; }
.start-14	{ counter-reset: num 13 !important; }
.start-15	{ counter-reset: num 14 !important; }
.start-16	{ counter-reset: num 15 !important; }
.start-17	{ counter-reset: num 16 !important; }
.start-18	{ counter-reset: num 17 !important; }
.start-19	{ counter-reset: num 18 !important; }
.start-20	{ counter-reset: num 19 !important; }
.start-21	{ counter-reset: num 20 !important; }
.start-22	{ counter-reset: num 21 !important; }
.start-23	{ counter-reset: num 22 !important; }
.start-24	{ counter-reset: num 23 !important; }
.start-25	{ counter-reset: num 24 !important; }
.start-26	{ counter-reset: num 25 !important; }
.start-27	{ counter-reset: num 26 !important; }
.start-28	{ counter-reset: num 27 !important; }
.start-29	{ counter-reset: num 28 !important; }
.start-30	{ counter-reset: num 29 !important; }
.start-31	{ counter-reset: num 30 !important; }
.start-32	{ counter-reset: num 31 !important; }
.start-33	{ counter-reset: num 32 !important; }
.start-34	{ counter-reset: num 33 !important; }
.start-35	{ counter-reset: num 34 !important; }
.start-36	{ counter-reset: num 35 !important; }
.start-37	{ counter-reset: num 36 !important; }
.start-38	{ counter-reset: num 37 !important; }
.start-39	{ counter-reset: num 38 !important; }
.start-40	{ counter-reset: num 39 !important; }
.start-41	{ counter-reset: num 40 !important; }
.start-42	{ counter-reset: num 41 !important; }
.start-43	{ counter-reset: num 42 !important; }
.start-44	{ counter-reset: num 43 !important; }
.start-45	{ counter-reset: num 44 !important; }
.start-46	{ counter-reset: num 45 !important; }
.start-47	{ counter-reset: num 46 !important; }
.start-48	{ counter-reset: num 47 !important; }
.start-49	{ counter-reset: num 48 !important; }
.start-50	{ counter-reset: num 49 !important; }
.start-51	{ counter-reset: num 50 !important; }
.start-52	{ counter-reset: num 51 !important; }
.start-53	{ counter-reset: num 52 !important; }
.start-54	{ counter-reset: num 53 !important; }
.start-55	{ counter-reset: num 54 !important; }
.start-56	{ counter-reset: num 55 !important; }
.start-57	{ counter-reset: num 56 !important; }
.start-58	{ counter-reset: num 57 !important; }
.start-59	{ counter-reset: num 58 !important; }
.start-60	{ counter-reset: num 59 !important; }
.start-61	{ counter-reset: num 60 !important; }
.start-62	{ counter-reset: num 61 !important; }
.start-63	{ counter-reset: num 62 !important; }
.start-64	{ counter-reset: num 63 !important; }
.start-65	{ counter-reset: num 64 !important; }
.start-66	{ counter-reset: num 65 !important; }
.start-67	{ counter-reset: num 66 !important; }
.start-68	{ counter-reset: num 67 !important; }
.start-69	{ counter-reset: num 68 !important; }
.start-70	{ counter-reset: num 69 !important; }
.start-71	{ counter-reset: num 70 !important; }
.start-72	{ counter-reset: num 71 !important; }
.start-73	{ counter-reset: num 72 !important; }
.start-74	{ counter-reset: num 73 !important; }
.start-75	{ counter-reset: num 74 !important; }
.start-76	{ counter-reset: num 75 !important; }
.start-77	{ counter-reset: num 76 !important; }
.start-78	{ counter-reset: num 77 !important; }
.start-79	{ counter-reset: num 78 !important; }
.start-80	{ counter-reset: num 79 !important; }
.start-81	{ counter-reset: num 80 !important; }
.start-82	{ counter-reset: num 81 !important; }
.start-83	{ counter-reset: num 82 !important; }
.start-84	{ counter-reset: num 83 !important; }
.start-85	{ counter-reset: num 84 !important; }
.start-86	{ counter-reset: num 85 !important; }
.start-87	{ counter-reset: num 86 !important; }
.start-88	{ counter-reset: num 87 !important; }
.start-89	{ counter-reset: num 88 !important; }
.start-90	{ counter-reset: num 89 !important; }
.start-91	{ counter-reset: num 90 !important; }
.start-92	{ counter-reset: num 91 !important; }
.start-93	{ counter-reset: num 92 !important; }
.start-94	{ counter-reset: num 93 !important; }
.start-95	{ counter-reset: num 94 !important; }
.start-96	{ counter-reset: num 95 !important; }
.start-97	{ counter-reset: num 96 !important; }
.start-98	{ counter-reset: num 97 !important; }
.start-99	{ counter-reset: num 98 !important; }
.start-100	{ counter-reset: num 99 !important; }


/* L1 ######################################## BODY要素 ######################################## */

body {
	color: #000000;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.3rem;
	line-height: 1.8;
	
	background-size: cover;
}

html[lang="en"] body {
	font-family: sans-serif;
}

/* L1 ######################################## 管理用 ######################################## */

#admin {
	position: relative;
	z-index: 2;
	padding: 0.5em 15px;
	line-height: 1.6;
	background: #dd0000;
}

#admin p {
	position: relative;
	display: list-item;
	list-style-type: none;
	margin: 0.5em 0;
	padding-left: 20px;
	color: #ffffff;
	font-weight: bold;
}

#admin p::before {
	content: "\f071";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
}

/* L1 ######################################## ヘッダ ######################################## */

header {
	
}

/* L2 **************************************** タイトル **************************************** */

header h1 {
	overflow: hidden;
	padding: 1em 4%;
	color: #666666;
	font-weight: normal;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background: rgba(255, 255, 255, 0.9);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}

/* L2 **************************************** メニュー関連 **************************************** */


/* L3 ======================================== ラッパー ======================================== */

#header-wrapper-A {
	
}

#header-wrapper-B {
	
}

/* L3 ======================================== メニューボタン ======================================== */

#menu-button {
	display: none;
}

/* L3 ======================================== メニューサポート ======================================== */

#menu-support {
	display: none;
}

/* L3 ======================================== メニュー ======================================== */

#menu {
	overflow: hidden;
	position: relative;
	
	/* 背景色設定は private.css で */
	
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 50%, transparent 50%), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 50%, transparent 50%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05) 50%, transparent 50%), -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 50%, transparent 50%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 50%, transparent 50%), -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 50%, transparent 50%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0.05) 50%, transparent 50%);
	
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	-o-background-size: 2px 2px;
	background-size: 2px 2px;
}

/* L3 ======================================== メインメニュー ======================================== */

#menu ul.main {
	display: table;
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	padding: 0.6em 0;
	white-space: nowrap;
}

#menu ul.main li {
	display: table-cell;
	padding: 0 2px;
	text-align: center;
	line-height: 1.0;
}

#menu ul.main li a {
	display: block;
	padding: 0.8em 15px;
	color: #ffffff !important;
	text-decoration: none;
	
	border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menu ul.main li a:hover {
	color: #ffff00 !important;
	
	background: rgba(255, 255, 255, 0.12);
}

#menu ul.main li a.location {
	color: rgba(255, 255, 255, 0.4) !important;
	text-shadow: none;
}

#menu ul.main li a.coming-soon {
	color: rgba(255, 255, 255, 0.4) !important;
}

#menu ul.main li a.coming-soon:hover {
	background: none;
}


#menu ul.main li a.location:hover {
	background: none;
}

#menu ul.main li p.title {
	font-size: 1.6rem;
	
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

#menu ul.main li p.sub {
	margin-top: 0.4em;
	font-size: 1.1rem;
}

#menu ul.main li p.sub::before {
	content: "－";
	margin-right: 2px;
}

#menu ul.main li p.sub::after {
	content: "－";
	margin-left: 2px;
}

/* L4 ---------------------------------------- テイチクロゴ ---------------------------------------- */

#menu ul.main li.logo {
	position: relative;
	top: 0.38em;
}

#menu ul.main li.logo a {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#menu ul.main li.logo a:hover {
	background: none;
}

#menu ul.main li.logo a img {
	height: 40px;
}

#menu ul.main li.logo p.sub {
	display: none;
}

/* L3 ======================================== サブアイコン ======================================== */

#menu ul.sub {
	padding: 0.5em 0;
	text-align: center;
	white-space: nowrap;
	
	border-top: 1px dotted rgba(255, 255, 255, 0.5);
	
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#menu ul.sub li {
	cursor: pointer;
	margin: 0 10px;
	display: inline-block;
	color: #ffffff;
	line-height: 1.0;
}

#menu ul.sub li i {
	margin-right: 7px;
	font-size: 1.8rem;
	vertical-align: middle;
}

#menu ul.sub li a {
	color: #ffffff !important;
	padding: 0;
	text-decoration: none;
}

#menu ul.sub li span.text {
	font-size: 1.2rem;
}

#menu ul.sub li span.additional-word {
	padding-left: 0.5em;
}

/* L3 ======================================== メインメニュー内トピックパス ======================================== */

#menu ol {
	display: none;
}

/* L2 **************************************** トピックパス **************************************** */

#topic-path-clone {
	position: relative;
	z-index: 1000;
	width: 100%;
	color: #336699;
	line-height: 1.0;
	
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.12);
	
	-webkit-transition: height 0.3s ease-out;  
	-moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#topic-path-clone ol {
	overflow: hidden;
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}

#topic-path-clone ol li {
	display: inline-block;
	padding: 1em 25px 1em 5px;
	font-size: 1.1rem;
	background: url(../images/common/back_arrow.png) 100% 50% no-repeat;
}

#topic-path-clone ol li.location {
	font-weight: bold;
	background-image: none;
}

#topic-path-clone ol li a {
	color: #336699 !important;
	text-decoration: none;
}

/* L2 **************************************** ページ上部に戻るボタン **************************************** */

#goto-top {
	cursor: pointer;
	display: table;
	position: fixed;
	bottom: -52px;
	right: 10px;
	z-index: 400;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2), inset -4px -4px 12px rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	
	-webkit-transition: opacity 0.3s, bottom 0.3s;
	-moz-transition: opacity 0.3s, bottom 0.3s;
	-ms-transition: opacity 0.3s, bottom 0.3s;
	-o-transition: opacity 0.3s, bottom 0.3s;
	transition: opacity 0.3s, bottom 0.3s;
}
#goto-top:hover {
	opacity: 1;
}

#goto-top.fixed {
	bottom: 10px;
}

#goto-top p {
	display: table-cell;
	vertical-align: middle;
}
#goto-top p::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 28px;
	margin: 0 11px;
	height: 4px;
	background: rgba(180, 180, 180, 1);
	
	border-radius: 2px;
}

#goto-top i {
	position: relative;
	top: 2px;
	color: rgba(180, 180, 180, 1);
	font-size: 3.0rem;
}

/* ++++++++++++++++++++++++++++++ メニュー固定時の設定 ++++++++++++++++++++++++++++++ */

/* L2 **************************************** ラッパー **************************************** */

#header-wrapper-B.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1024px;
}

/* L2 **************************************** メニュー **************************************** */

/* L3 ======================================== メインメニュー ======================================== */

#header-wrapper-B.fixed #menu ul.main {
	float: left;
	width: auto;
	margin: 0 0 0 55px;
	padding: 0;
}

#header-wrapper-B.fixed #menu ul.main li a {
	padding: 1em 15px;
	
	border-radius: 0;
}

#header-wrapper-B.fixed #menu ul.main li p.title {
	font-size: 1.3rem;
}

#header-wrapper-B.fixed #menu ul.main li p.sub {
	display: none;
}

/* L4 ---------------------------------------- テイチクロゴ ---------------------------------------- */

#header-wrapper-B.fixed #menu ul.main li.logo {
	top: 0;
}

#header-wrapper-B.fixed #menu ul.main li.logo a {
	padding-top: 1em;
	padding-left: 15px;
	padding-right: 15px;
}

#header-wrapper-B.fixed #menu ul.main li.logo a:hover {
	background: rgba(255, 255, 255, 0.12);
}

#header-wrapper-B.fixed #menu ul.main li.logo p.title {
	display: none;
}

#header-wrapper-B.fixed #menu ul.main li.logo p.sub {
	display: block;
	margin-top: 0;
	font-size: 1.3rem;
}
#header-wrapper-B.fixed #menu ul.main li.logo p.sub::before {
	display: none;
}
#header-wrapper-B.fixed #menu ul.main li.logo p.sub::after {
	display: none;
}

/* L3 ======================================== サブアイコン ======================================== */

#header-wrapper-B.fixed #menu ul.sub {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	padding: 0;
	border: none;
}

#header-wrapper-B.fixed #menu ul.sub li {
	margin: 0 2px;
}

#header-wrapper-B.fixed #menu ul.sub li i {
	font-size: 1.8rem;
}

#header-wrapper-B.fixed #menu ul.sub li span {
	display: none;
}

/* L2 **************************************** トピックパス **************************************** */

#header-wrapper-B.fixed #topic-path-clone ol {
	width: auto;
	margin-left: 65px;
	text-align: left;
}

/* L2 **************************************** SNS **************************************** */

/* L3 ======================================== トップページ ======================================== */

#sns.top {
	position: relative;
	left: 50px;
	z-index: 200;
	width: 950px;
	margin: 0 auto;
}

#sns.top ul.big {
	display: block;
	position: absolute;
	top: 20px;
	left: -100px;
}
#sns.top ul.mini {
	display: none;
}

#sns.top ul li.twitter a.twitter-share-button {
	visibility: hidden;
}

#sns.top ul.big li {
	overflow: hidden;
	list-style-type: none;
	width: 90px;
	margin-bottom: 4px;
	padding-top: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
}

#sns.top ul.big li.twitter {
	height: 72px;
}

#sns.top ul.big li.facebook {
	/* height: 50px; */
	height: 72px;
}
#sns.top ul.big li.google-plus {
	/* height: 68px; */
	height: 72px;
}

#sns.top ul.big li div.dummy {
	cursor: pointer;
	width: 70px;
	height: 62px;
	color: #ffffff;
	font-size: 4.0rem;
	margin-left: 10px;
}

#sns.top ul.big li.twitter div.dummy {
	background: #1b95e0;
}
#sns.top ul.big li.twitter div.dummy i {
	position: relative;
	top: -3px;
}

#sns.top ul.big li.facebook div.dummy {
	background: #4267b2;
}
#sns.top ul.big li.facebook div.dummy i {
	position: relative;
	top: -1px;
}

#sns.top ul.big li.google-plus div.dummy {
	background: #df5c51;
}
#sns.top ul.big li.google-plus div.dummy i {
	position: relative;
	top: -3px;
	left: 1px;
}

#sns.top ul.big .fb-like {
	margin-top: 10px;
}

#sns.top ul.big .fb_iframe_widget {
	background: #ffffff;
	border-radius: 3px;
}

#sns.top ul.big div#___plusone_0 {
	margin-top: 1px !important;
}

/* L4 ---------------------------------------- Twitter用 吹き出し ---------------------------------------- */

#sns.top ul.big li.twitter div.arrow-box {
	display: inline-block;
	position: relative;
	width: 65px;
	height: 33px;
	margin-bottom: 8px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #bbb;
	background: #ffffff;
	
	border-radius: 3px;
}

#sns.top ul.big li.twitter div.arrow-box::after,
#sns.top ul.big li.twitter div.arrow-box::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
}
 
#sns.top ul.big li.twitter div.arrow-box::after {
	margin-left: -3px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 3px;
}
#sns.top ul.big li.twitter div.arrow-box::before {
	margin-left: -5px;
	border-width: 5px;
	border-color: rgba(187, 187, 187, 0);
	border-top-color: #dddddd;
}

#sns.top ul.big li.twitter div.arrow-box i {
	font-size: 1.8rem;
	color: #4a5665;
}

/* L3 ======================================== その他のページ ======================================== */

#sns.others {
	position: relative;
	z-index: 200;
	width: 1024px;
	margin: 0 auto;
}

#sns.others ul.big {
	display: none;
}
#sns.others ul.mini {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 16px;
	right: 6px;
	height: 26px;
	
	background: rgba(0, 0, 0, 0.1)
}

#sns.others ul li.twitter a {
	visibility: hidden;
}

#sns.others ul.mini {
	display: block;
	padding-top: 6px;
	text-align: center;
}

#sns.others ul.mini li {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 75px;
	margin: 0 5px;
	text-align: left;
	vertical-align: top;
}

#sns.others ul.mini li div.dummy {
	cursor: pointer;
	height: 20px;
	color: #ffffff;
	font-size: 1.4rem;
	margin-left: 10px;
	text-align: center;
	
	border-radius: 2px;
}

#sns.others ul.mini li div.dummy i {
	position: relative;
	top: -2px;
}

#sns.others ul.mini li.twitter div.dummy {
	background: #1b95e0;
}

#sns.others ul.mini li.facebook div.dummy {
	background: #4267b2;
}

#sns.others ul.mini li.google-plus div.dummy {
	background: #df5c51;
}

#sns.others ul.mini .fb_iframe_widget {
	margin-top: -12px;
}

/* L1 ######################################## バナー ######################################## */

body > div.banner {
	position: relative;
	left: 50px;
	width: 950px;
	margin: 20px auto;
	text-align: center;
}


/* L1 ######################################## メインコンテンツ ######################################## */

#contents {
	position: relative;
	width: 100%;
	margin: 20px auto;
}

/* L1 ######################################## アーティスト名・シリーズ名（トップページ以外） ######################################## */

#artist,
#series {
	width: 1024px;
	margin: 10px auto;
	padding: 0;
	color: #444444;
	font-size: 2.0rem;
	background: rgba(255, 255, 255, 0.58);
}

#artist dl,
#series dl {
	width: 1024px;
	margin: 0 auto;
	padding: 1em 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	background: rgba(255, 255, 255, 0.8) -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.05)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: rgba(255, 255, 255, 0.8) -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) -ms-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	
	box-sizing: border-box;
}

#artist dl dt,
#series dl dt {
	font-size: 2.0rem;
	margin-bottom: 0.2em;
	line-height: 1.2;
}

#artist dl dd,
#series dl dd {
	font-size: 1.2rem;
	line-height: 1.4;
}

/* L1 ######################################## フッタ ######################################## */

footer {
	position: relative;
	color: #ffffff;
	text-align: center;
	
	/* 背景色設定は private.css で */
}

/* L2 **************************************** トピックパス **************************************** */

#topic-path {
	position: relative;
	width: 100%;
	color: #336699;
	line-height: 1.0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	
	background: rgba(255, 255, 255, 0.9);
}

#topic-path ol {
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}

#topic-path ol li {
	display: inline-block;
	padding: 1em 25px 1em 5px;
	font-size: 1.1rem;
	background: url(../images/common/back_arrow.png) 100% 50% no-repeat;
}

#topic-path ol li.location {
	font-weight: bold;
	background-image: none;
}

#topic-path ol li a {
	color: #336699 !important;
	text-decoration: none;
}

/* L2 **************************************** サイト更新情報 **************************************** */

#site-info {
	overflow: hidden;
	width: 1024px;
	margin: 20px auto 0 auto;
	text-align: left;
	
	background: rgba(255, 255, 255, 0.05);
}

#site-info div.rss {
	float: left;
	/* width: 33.33%; */
	width: 100%;
	padding: 10px;
	line-height: 1.0;
	box-sizing: border-box;
}
#site-info div#rss-teichiku.rss {
	padding-right: 5px;
}
#site-info div#rss-jpop.rss {
	padding-left: 5px;
	padding-right: 5px;
}
#site-info div#rss-enkakayo.rss {
	padding-left: 5px;
}

#site-info h3 {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0.5em 0 1em 30px;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	box-sizing: border-box;
}

#site-info div.rss h3 i {
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 2.0rem;
}

#site-info div.rss p.loading {
	margin: 0 5px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 1.1rem;
}

#site-info div.rss ul {
	list-style-type: none;
	font-size: 1.1rem;
}

#site-info div.rss ul li {
	overflow: hidden;
	display: table;
	width: 100%;
	padding: 0 5px;
	border-collapse: separate;
	border-spacing: 2px;
	
	box-sizing: border-box;
}

#site-info div.rss ul li.error {
	color: rgba(255, 255, 255, 0.3);
}

#site-info div.rss ul li span.date {
	display: table-cell;
	width: 8em;
	padding: 0.6em 0;
	text-align: center;
	vertical-align: middle;
	
	background: rgba(255, 255, 255, 0.1);
}

#site-info div.rss ul li span.text {
	overflow: hidden;
	display: table-cell;
	max-width: 1px;
	padding: 0.6em 2%;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
	
	background: rgba(255, 255, 255, 0.02);
}

#site-info div.rss ul li a {
	color: #ffffff !important;
	text-decoration: none;
}

/* L3 ======================================== Facebook リンク ======================================== */

#site-info > ul.link {
	margin-bottom: 10px;
	font-size: 1.1rem;
	text-align: center;
}

#site-info > ul.link li {
	display: inline-block;
}

#site-info > ul.link li::after {
	content: "/";
	margin-left: 0.4em;
	margin-right: 0.6em;
	opacity: 0.5;
}

#site-info > ul.link li:last-child::after {
	display: none;
}

#site-info ul.link a {
	color: #ffffff !important;
}

/* L2 **************************************** 注意書き・コピーライト **************************************** */

footer div.notice {
	padding: 1.5em 0;
}

footer div.notice p {
	margin: 0.5em 0;
	line-height: 1.0;
}

footer div.notice p small {
	font-size: 1.1rem;
}

footer small a {
	color: #ffffff !important;
	text-decoration: none;
}

/* L1 ######################################## YouTube プレイヤー ######################################## */

#youtube-player {
	overflow: hidden;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 500;
	border: 1px solid #ffffff;
	
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

#youtube-player p.close {
	cursor: pointer;
	position: absolute;
	top: -20px;
	left: 5px;
	padding: 2px 6px;
	color: #ffffff;
	font-size: 1.0rem;
	line-height: 1.0;
	white-space: nowrap;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	
	background: #cc0000;
}

#youtube-player p.close.animate {
	
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}

#youtube-player p.close.hover {
	top: 5px;
}

#youtube-player p.close.touch {
	top: 5px;
}

#youtube-player-wrapper {
	overflow: hidden;
	width: 480px;
	height: 270px;
}

#youtube-player-title {
	display: block;
	overflow: hidden;
	width: 480px;
	padding: 12px 15px;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.0;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background: rgba(0, 0, 0, 0.9);
	box-sizing: border-box;
}

/* L1 ######################################## 汎用バナー ######################################## */

#banner {
	display: none;
	position: relative;
	width: 950px;
	margin: 20px auto 0 auto;
}

/* L1 ######################################## タイムテーブル ######################################## */

table.time-table {
	width: auto !important;
	margin: 0 auto 1em auto;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

table.time-table caption {
	text-align: left;
}

table.time-table thead {
	margin: 0;
	padding: 0;
}

table.time-table th {
	padding: 0.5em 2em;
	color: #336699;
	text-align: center;
	vertical-align: middle;
	border: 1px #999999 solid;
}

table.time-table td {
	padding: 0.5em 1em;
	text-align: center;
	vertical-align: middle;
	border: 1px #999999 solid;
}

table.time-table td.time {
	white-space: nowrap;
}

/* L1 ######################################## 画面の向きが変更された時 ######################################## */

#now-loading {
	margin: 1em 25px;
	color: #666666;
	font-size: 2.0rem;
}

/* L1 ######################################## swipebox 専用 ######################################## */

a.swipebox.zoom {
	position: relative;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
}
a.swipebox.zoom::after {
	overflow: hidden;
	display: block;
	content: "\f002";
	position: absolute;
	bottom: 2px;
	right: 2px;
	padding: 3px;
	color: #ffffff;
	font-family: "FontAwesome";
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.0;
	vertical-align: middle;
	
	background: rgba(0, 0, 0, 0.85);
}

/* L1 ######################################## スノーフォール ######################################## */

#snow-fall {
	overflow: hidden;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#snow-fall div.snow {
	position: absolute;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
