@charset "UTF-8";

/*-------------------------------------------------------
 Base setting
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #d90000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:hover img.nofilter {
	opacity: 1;
	filter: none;
}

button {
	cursor: pointer;
}
object {
	vertical-align: bottom;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	padding-top: 2px;
}
ul,
ol {
	list-style-type: none;
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}

.float-l {
	float: left;
	margin: 0px;
	padding: 0px;
}
.float-r {
	float: right;
	margin: 0px;
	padding: 0px;
}

/*相対文字サイズ14*/
.xxxx-small    { font-size: 58%;
	line-height: 1em;}/*6px*/
.xxx-small    { font-size: 65%;
	line-height: 1em;}/*8px*/
.xx-small    { font-size: 72%; }/*10px*/
.x-small     { font-size: 79%; }/*11px*/
.small    { font-size: 86%; }/*12px*/
.middle    { font-size: 93%; }/*13px*/
.large      { font-size: 108%; }/*15px*/
.x-large    { font-size: 115%; }/*16px*/
.xx-large   { font-size: 122%; }/*17px*/
.xxx-large  { font-size: 129%; }/*18px*/
.xxxx-large { font-size: 136%; }/*19px*/
.xxxxx-large { font-size: 143%; }/*20px*/


/*margin*/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.pd0 { padding: 0px !important; }
.pd10 { padding: 10px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }
.pd40 { padding: 40px !important; }

/*文字色*/

.fontRed {
	color: #7d0000;
}

.fontBlue {
	color: #004986;
}

.fontGrn {
	color: #aace2e;
}

.fontBrn {
	color: #b3a158;
}

.fontOrg {
	color: #f08300;
}

/*ライン*/

.line_c3 {
	border: 1px solid #ccc;
}

.line_c9 {
	border: 1px solid #c9b463;
}

.line_d3 {
	border: 1px solid #d3d3d3;
}

/* リスト
--------------------------------------*/

ul.dot li {
	background: url(../img/dot.png) no-repeat left 8px;
	padding: 3px 12px 3px 20px;
	margin: 0 0 6px 6px;
}

ul.circle li {
	background: url(../img/circle.png) no-repeat left 6px;
	padding: 3px 12px 3px 20px;
	margin: 0 0 6px 6px;
}

ul.disc li {
	list-style-type: disc;
	margin: 0 0 6px 20px;
}

ol.num li {
	list-style-type: decimal;
	margin: 0 0 10px 28px;
}


/* pager
---------------------------------------------------------- */

.page img {
  vertical-align: middle;
}



/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/* トリテーブル */

table.tori {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.tori th,
table.tori td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 6px;
}
table.tori th {
  background-color: #eee;
  text-align: left;
}

/* 動画 */

@media (max-width:640px) {

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}