﻿/* Adding Styles */

/*-------------------------------------
common class
-------------------------------------*/
/* display */
.hidden {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.inlineBlock {
	display: inline-block;
}
.tableCell {
	display: table-cell;
}
/* cursor */
.pointer {
	cursor: pointer;
}
/* text-align and vertical-align */
.alignLeft, .alignL {
	text-align: left;
}
.alignCenter, .alignC {
	text-align: center;
}
.alignRight, .alignR {
	text-align: right;
}
.valignTop, .valignT {
	vertical-align: top;
}
.valignMiddle, .valignM {
	vertical-align: middle;
}
.valignBottom, .valignB {
	vertical-align: bottom;
}
/* overflow */
.overflowHidden {
	overflow: hidden;
}
/* margin */
.marginT40 {
	margin-top: 40px;
}
.marginB10 {
	margin-bottom: 10px;
}
/* text */
.serif {
	font-family: Times New Roman, "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sans_serif {
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.textNormal {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.small {
	font-size: 80%;
}
.exSmall {
	font-size: 70%;
}
.big {
	font-size: 120%;
}
.exBig {
	font-size: 140%;
}
.Blue, .Blue a {
	color: #0295FF;
}
.Red, .Red a {
	color: #FF0500;
}
.hilite {
	color: #F48;
}
.textRed {
	color: #F00;
}
.textWhite {
	color: #FFF;
}
.textBlue {
	color: #3273AA;
}
.textBlack {
	color: #333;
}
/* transition */
.transition {
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-delay: 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.transition:hover {
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-delay: 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
/* box corner */
.box4px {
	border-radius: 4px;
}
.box4pxTop {
	border-radius: 4px 4px 0 0;
}
.box8pxBottom {
	border-radius: 0 0 8px 8px;
}
.box8px {
	border-radius: 8px;
}
.box8pxTop {
	border-radius: 8px 8px 0 0;
}
.box4pxBottom {
	border-radius: 0 0 4px 4px;
}
/* box shadow */
.boxShadowBlack {
	box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 10px;
}
.boxShadowWhite {
	box-shadow: rgba(255, 255, 255, 0.8) 2px 2px 1px;
}
.boxShadowInset {
	box-shadow: rgba(0, 0, 0, 0.5) 10px 5px 2px, rgba(70, 210, 140, 0.5) 3px 3px 2px inset;
}
.boxShadowBlue {
	box-shadow: rgba(160, 209, 250, 0.6) 2px 2px 6px;
}
/* text shadow */
.textAA {
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
.textShadow {
	text-shadow: rgba(0, 0, 0, 0.6) 4px 4px 6px;
}
.textShadowBlack {
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
}
.textShadowWhite {
	text-shadow: rgba(255, 255, 255, 1.0) 1px 1px 1px;
}
/* box-sizing */
.contentBox {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.borderBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------------------------
	Page Layout CSS
-------------------------------------*/
.floatingMsg {
	width: 550px;
	height: 75px;
	margin: 25% auto;
	padding: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11050;
	background: rgba(255, 255, 255, 0.8);
	border: 5px solid rgba(233, 85, 19, 0.8);
	display: none;
	color: rgba(233, 85, 19, 1);
	line-height: 200%;
	font-size: 110%;
}

/* Top Page */
/* add 20181217 */
#header .auto form#search #search-keyword, #header .auto form#search-sec #search-keyword {
	height: 22px;
}
/* Category Page */
.contents-area {
	width: 690px !important;
	overflow: hidden;
	display: none;
}
#tabs .left a, #attention .left a {
	width: 300px;
	height: 250px;
	display: block;
	position: relative;
}
#tabs .left img, #tabs .left video, #attention .left img, #attention .left video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: auto;
}
.new-article .left a img, .new-article .left video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 240px;
	height: auto;
}
.new-article .left a:before {
	z-index: 10;
}
.new-article .right h1 {
	width: 320px;
}
.new-article .right h1 + div {
	padding-left: 30px;
}
/* Article Title 2-Lines */
#tabs .right h1, #attention .right h1 {
	max-height: 120px;
	white-space: normal;
	overflow-wrap: break-word;
	overflow: hidden;
}
.new-article .right h1 {
	width: auto;
	white-space: normal;
}
.new-article .right h1 + div {
	position: relative;
	top: auto;
	right: auto;
	display: block;
	padding-left: 0;
}
.new-article .right h1 div {
	float: right;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	font-size: 13px;
}
.new-article .text {
	background-position: 0 3px;
}

.categorySpan {
	padding: 0px 10px;
	background-color: #5CB531;
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	display: inline-block;
}
.tagSpan {
	padding: 0px 10px;
	background-color: #F29600;
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	display: inline-block;
}

/* Information Page */
#information .new-article {
	margin: 40px 0px;
}
#information h1.small-title span {
	position: absolute;
	right: 10px;
}
#information h1.small-title span a {
	color: #FFF;
}
#information .new-article div.right {
	width: auto;
	padding-left: 20px;
	float: none;
}
#information .new-article .right > span {
	width: 50px;
	display: inline-block;
	float: right;
	font-size: 85%;
	text-align: center;
	padding: 4px 0px;
	color: #FFFFFF;
	margin-right: 10px;
}
#information .new-article span.media {
	background-color: #036EB7;
}
#information .new-article span.info {
	background-color: #60ab30;
}
#information .new-article span.news {
	background-color: #e78b00;
}
#information .day-writer {
	width: 250px;
	display: inline-block;
	float: right;
}
#information .article-contents-raw {
	padding: 20px 20px 40px;
	border-bottom: 2px solid #857E49;
	clear: both;
	font-size: 110%;
	line-height: 1.6;
}

/*-------------------------------------
	Login Page Layout CSS
-------------------------------------*/

#tab li.select {
	background: #857E49;
	border-bottom: none;
}
#tab li {
	margin-top: 16px;
	background: #d9cd9c;
	height: 20px;
	border-bottom: none;
	border-left: 1px solid #FFF;
}

#credit #credit-tab h2.select {
	opacity: 1.0;
	background: #FFF;
}
#credit #credit-tab h2 {
	width: 50%;
	width: 449px;
	padding: 15px 0;
	border: 1px solid #666;
	font-size: 140%;
	float: left;
	text-align: center;
	opacity: 0.5;
}
#credit #credit-tab h2 + h2 {
	margin-left: 2px;
}
#credit .credit-tab {
	opacity: 0;
}
