/*
 * body: 基本デザイン
 */
body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;		/* ページ周辺色 */
	color: #000000;		/* 文字色 */
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;	/* fixed_size */
	font-weight: bold;
	text-align: center;
}

/*
 * a: リンク文字色
 */
a:link {
	color: #1020cc;		/* リンク文字色 */
	text-decoration: underline;
}
a:visited {
	color: #1020cc;		/* リンク文字色 */
	text-decoration: underline;
}
a:active {
	color: #80a0ff;		/* リンク文字色 */
	text-decoration: underline;
}
a:hover {
	color: #1020f0;		/* マウスイン文字色 */
	background-color: #b8ccf8;	/* マウスイン文字背景色 */
}

/*
 * img: 画像
 */
img {
	vertical-align: middle;
}
a.img:hover {
	background-color: transparent;	/* マウスイン画像 */
}

/*
 * new,liveマーク
 */
.new::after {
  padding: 1px 4px 0 4px;	/* tate yoko / top right bottom left */
  margin: 0 1px 2px 2px;
  display: inline-block;
  content: 'New';
  font-size: 9px;
  line-height: 1.2;
  color: #ffffff;
  background: #ed1c24;
  border-radius: 9px;
  vertical-align: middle;
}
.live::before {
  padding: 1px 4px 0 4px;	/* tate yoko / top right bottom left */
  margin: 0 1px 2px 2px;
  display: inline-block;
  content: 'LIVE';
  font-size: 9px;
  line-height: 1.2;
  color: #ffffff;
  background: #ff7eaf;
  border-radius: 9px;
  vertical-align: middle;
}

/*
 * ログインボタン
 */
.act_btn {
	margin: 0.5em;
	padding: 0.4em 0.8em;	/* tate yoko / top right bottom left */
	background: #6688cc;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	border-radius: 1.0em;
	vertical-align: middle;
	text-decoration: none;
}
.act_btn a:link, .act_btn a:visited {
	text-decoration: none;
	color: #ffffff;
}
.act_btn:hover, .act_btn a:hover {
	background: #aec9ff;
	color: #1020ee;
}

/* タブ */
div.tab_base {
	width: 100%;
/*	border-bottom:  solid 1px #a0a0a0;*/
}
div.tab_index {
	margin: 0 0 0 0.1em;	/* tate yoko / top right bottom left */
	padding: 0.2em 0.5em;
	float: left;
	border-top:  solid 1px #c0c0c0;
	border-left:  solid 1px #c0c0c0;
	border-right:  solid 1px #c0c0c0;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 85%;
}
.tab_index:hover {
	background: linear-gradient(to bottom, #eaf3ff, #c0d8ff);
}
.tab_index a:link, .tab_index a:visited {
	text-decoration: none;
}
.tab_on {
	background: linear-gradient(to bottom, #6fa8ff, #4068c0);
	color: #ffffff;
}
.tab_off {
	background: linear-gradient(to bottom, #fdfdfd, #e0e0e0);
	color: #1020ee;
}
.tab_on a, .tab_off a {
	background: transparent;
	color: inherit;
}
.tab_on:hover, .tab_on a:hover {
	color: #1020ee;
}
.tab_icon {
	vertical-align: middle;
}

/*
 * lv1: page: ページデザイン
 */
div.page {
	margin: 0;
	padding: 0;
	width: 480px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-left-color: #e8e8e8;		/* ページ境界色 */
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #e8e8e8;	/* ページ境界色 */
	border-right-style: solid;
	border-right-width: 2px;
	background-color: #f0f0f0;		/* ページ背景色 */
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

/*
 * lv2: frame: フレーム枠デザイン
 */
div.frame {
	margin: 0.5em 10px;
	padding: 0;
	width: 460px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #e0e0e0;		/* 外枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #d0d0d0;		/* 中枠色 */
/*	overflow: hidden;	高さに合わせて枠を伸ばす */
}

/*
 * lv2: blank: ブランク枠デザイン
 */
div.blank {
	margin: 0 0 0 10px;	/* tate yoko / top right bottom left */
	padding: 0 0 0 6px;
	width: 466px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	color: #000000;
	text-align: center;
	background-color: #f0f0f0;		/* ページ背景色 */
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

/*
 * lv3: title: タイトル青デザイン(枠あり)
 */
div.title {
	margin: 1px;
	padding: 0.5em 0px;
	width: 456px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #edf3fe;		/* 枠内背景色：青 */
	color: #000000;
	font-size: 90%;				/* responsive_size */
	text-align: center;
}

/*
 * lv3: subject: titleのfont-size95%版
 */
div.subject {
	margin: 1px;
	padding: 0.5em 0px;
	width: 456px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #edf3fe;		/* 枠内背景色：青 */
	color: #000000;
	font-size: 95%;				/* responsive_size */
	text-align: center;
}

/*
 * lv3: search: 検索デザイン(枠なし)
 */
div.search {
	margin: 0.5em 0px;
	padding: 0;
}

div.search_window {
	margin: 0.2em auto 0.5em auto;
	padding: 0;
	background-color: #ffffff;	/* 枠内背景色：白 */
	width: 95%;
}

form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input.calc {
	margin: 0;
	padding: 0;
	font-size: 120%;			/* responsive_size */
}

input.hyde {
    display: none;
}

select.calc {
	font-size: 120%;			/* responsive_size */
}

/*
 * lv3: index: インデックス青デザイン(枠あり)
 */
div.index {
	margin: 1px;
	padding: 0;
	width: 456px;
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #edf3fe;		/* 枠内背景色：青 */
	color: #000000;
	text-align: left;
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

div.index_rect {
	margin: 1px;
	padding: 0;
	width: 456px;		/* fixed_size */
	height: 285px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #edf3fe;		/* 枠内背景色：青 */
	color: #000000;
	text-align: left;
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
/*	float: left; */
}

div.index_rect_top {
	margin: 1px;
}

div.index_white {
	margin: 1px;
	padding: 0;
	width: 456px;
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;		/* 枠内背景色：白 */
	color: #000000;
	text-align: center;
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

div.inner_board {
	margin: 0 0 1px 0;	/* tate yoko / top right bottom left */
	padding: 0;
	width: 456px;
	height: 242px;
/*	float: left; */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 0 0 1px 0;	/* tate yoko / top right bottom left */
	background-color: #ffffff;		/* 枠内背景色：白 */
	color: #000000;
	text-align: center;
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

div.card_white {
	margin: 1px;
	padding: 0;
	width: 456px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
//	border-color: #c0c0c0;		/* 内枠色 */
//	border-style: solid;
//	border-width: 1px;	/* top right bottom left*/
	background-color: #ffffff;		/* 枠内背景色：白 */
	color: #000000;
	text-align: center;
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

div.message {
	margin: 0;
	padding: 1.0em 0;		/* tate yoko / top right bottom left */
	width: 456px;			/* fixed_size */
	background-color: #ffffff;	/* 枠内背景色：白 */
	text-align: center;
}

div.header_menu {
	margin: 0;
	padding: 0.5em 0;		/* tate yoko / top right bottom left */
	width: 456px;			/* fixed_size */
	background-color: #ffffff;	/* 枠内背景色：白 */
	text-align: center;
}

div.header_fixed {
	position: fixed;
	top: 0;
	left :0;
	z-index: 999;
	max-width: none;
	width: 100%;
	border-color: #c0c0c0;		/* 外枠色 */
	border-style: solid;
	border-width: 1px;
}

/*
 * lv3: banner_f: フリーバナーデザイン(枠あり)
 */
div.banner_f {
	margin: 0 0 1px 0;	/* tate yoko / top right bottom left */
	padding: 0 60px;	/* Rectangleを出すようにするため */
	width: 336px;		/* 340 + 58 * 2 = 456 */
//	height: 280px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
//	border-color: #c0c0c0;		/* 内枠色 */
//	border-style: solid;
//	border-width: 1px;
	background-color: #ffffff;	/* 枠内背景色：白 */
	text-align: center;
	overflow: hidden;	/* はみ出した部分を表示しない */
}

/*
 * lv3: banner_h: 横バナーデザイン(枠あり)
 */
div.banner_h {
	margin: 1px;
	padding: 0;
	width: 456px;		/* fixed_size */
	height: 90px;		/* fixed_size */
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;	/* 枠内背景色：白 */
	text-align: center;
	overflow: hidden;	/* はみ出した部分を表示しない */
}

/*
 * lv3: banner_rs: RECTバナーデザイン(枠あり)
 */
div.banner_rs {
	margin: 1px 0 0 0;	/* tate yoko / top right bottom left */
	padding: 0;
	width: 456px;		/* fixed_size */
	height: 280px;
	margin-left: auto;	/* センタリング指定 */
	margin-right: auto;	/* センタリング指定 */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px 0 0 0;	/* tate yoko / top right bottom left */
	background-color: #ffffff;	/* 枠内背景色：白 */
	text-align: center;
	overflow: hidden;	/* はみ出した部分を表示しない(height指定) */
}

/*本棚*/
img.bookcover {
	width: 72px;
	height: auto;
}

div.bookbox {
	margin: 0 20px;	/* tate yoko / top right bottom left */
	text-align: center;
	font-size: 75%;
	width: 72px;
	height: auto;
	overflow: hidden;	/* はみ出した部分を表示しない(height指定) */
}

div.bookshelf {
	text-align: right;
	float: right;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}

div.bookunit {
	margin: 0;
	padding: 0.7em 0px;	/* tate yoko / top right bottom left */
	text-align: center;
	float: left;
	font-size: 100%;
	width: 25%;
}

/*
/* マークアップ
 */
h1 {
	margin: 3px;
	padding: 0;
	color: #000000;
	font-size: 125%;			/* responsive_size */
}

h2 {
	margin: 1px;
	padding: 0.5em;
	color: #000000;
	font-size: 100%;			/* responsive_size */
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
}

p.title {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
}

p.message {
	margin: 0.5em;
	padding: 0;
	color: #000000;
	font-size: 95%;			/* responsive_size */
	text-align: center;
}

p.path {
	margin: 0;
	padding: 0 0.5em;		/* tate yoko / top right bottom left */
	color: #000000;
	font-size: 95%;			/* responsive_size */
	text-align: left;
}

p.copyright {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 95%;				/* responsive_size */
}

p.small {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 65%;				/* responsive_size */
}

p.middle {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 85%;				/* responsive_size */
}

p.info {
	margin: 0.5em;
	padding: 0;
	color: #000000;
	font-size: 85%;			/* responsive_size */
}

a.info {
	margin: 0.5em;
	padding: 0;
	font-size: 85%;			/* responsive_size */
}

/*
 * for portfolio
 */
div.portfolio {
	margin: 0;
	padding: 0;		/* tate yoko / top right bottom left */
	width: 456px;		/* fixed_size */
	overflow: hidden;
}

div.port_left {
	margin: 0;
	padding: 0.5em 0 0 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	width: 100%;
	height: 1.5em;
}
.portfolio:nth-child(odd) .port_left {
	background-color: #ffffff;		/* 枠内背景色：白 */
}
.portfolio:nth-child(even) .port_left {
	background-color: #edf3fe;		/* 枠内背景色：青 */
}

div.port_right {
	margin: 0;
	padding: 0 0 0.5em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: right;
	width: 100%;
	height: 1.5em;
}
.portfolio:nth-child(odd) .port_right {
	background-color: #ffffff;		/* 枠内背景色：白 */
}
.portfolio:nth-child(even) .port_right {
	background-color: #edf3fe;		/* 枠内背景色：青 */
}

div.parts10 {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 11.5%;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}

div.parts16 {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 16.65%;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}

div.parts25 {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 25%;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}

div.parts {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 33.33%;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}

div.parts2 {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 66.66%;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}

div.parts50 {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 57%;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}

div.graph {
	margin: 0.4em 0 0.1em 0;		/* tate yoko / top right bottom left */
    display: block;
    background: #e0e0e0;
    margin-left: 5%;
    margin-right: 10%;
	overflow: hidden;	/* はみ出した部分を表示しない */
}

span.graybar {
    display: block;
    background: linear-gradient(to bottom, #dddddd, #e0e0e0, #dddddd);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 0 2px 2px 0;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3); /* 凹型効果 */
}

span.redbar {
    display: block;
    background: linear-gradient(to bottom, #ff4d4d, #990000);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

span.bluebar {
    display: block;
    background: linear-gradient(to bottom, #5a9eff, #3366cc);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

span.pinkbar {
    display: block;
    background: linear-gradient(to bottom, #ff99cc, #cc6699);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

span.greenbar {
    display: block;
    background: linear-gradient(to bottom, #44d169, #1a8c3b);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

span.orangebar {
    display: block;
    background: linear-gradient(to bottom, #ffc080, #cc6600);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

span.skybluebar {
    display: block;
    background: linear-gradient(to bottom, #a0d8ff, #4080ff);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

span.purplebar {
    display: block;
    background: linear-gradient(to bottom, #a080ff, #4b0082);
    float: left;
    height: 1.0em;
    line-height: 1.0em;
	border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

/*
 * for portfolio2
 */
div.port_left2 {
	margin: 0;
	padding: 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	width: calc(100% - 1px);
	height: 6.5em;
	border: solid 1px #c0c0c0;
}

div.port_right2 {
	margin: 0;
	padding: 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: right;
	width: calc(100% - 1px);
	height: 6.5em;
	border: solid 1px #c0c0c0;
}

div.parts_em {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 33.33%;
	height: 2.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #edf3fe;		/* 枠内背景色：白 */
}

div.parts_wh {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 33.33%;
	height: 2.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff;		/* 枠内背景色：白 */
}

div.parts16_em {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 16.65%;
	height: 2.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #edf3fe;		/* 枠内背景色：白 */
}

div.parts16_wh {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 16.65%;
	height: 2.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff;		/* 枠内背景色：白 */
}

div.parts25_em {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 25.0%;
	height: 2.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #edf3fe;		/* 枠内背景色：白 */
}

div.parts25_wh {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 25.0%;
	height: 2.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff;		/* 枠内背景色：白 */
}

div.parts25s_wh {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 25.0%;
	height: 1.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff;		/* 枠内背景色：白 */
}

div.parts100s_em {
	padding: 0.25em 0;		/* tate yoko / top right bottom left */
	text-align: left;
	float: left;
	font-size: 100%;
	width: 100%;
	height: 1.0em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #edf3fe;		/* 枠内背景色：白 */
}

/*
/* グラフ
 */
div.sline {	/* calc用 */
	margin: 0;
	padding: 0.47em 0px;	/* tate yoko / top right bottom left */
	width: 456px;		/* fixed_size */
	border-bottom-color: #c0c0c0;		/* 下線色 */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #ffffff;	/* 枠内背景色：白 */
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

div.sline_b {	/* calc用 */
	margin: 0;
	padding: 0.47em 0px;	/* tate yoko / top right bottom left */
	width: 456px;		/* fixed_size */
	border-bottom-color: #c0c0c0;		/* 下線色 */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #edf3fe;		/* 枠内背景色：青 */
	overflow: hidden;	/* 高さに合わせて枠を伸ばす */
}

div.cell {
	text-align: right;
	float: right;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}

div.cell_center {
	text-align: center;
/*	float: right; */
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}

div.parts_center {
	margin: 0.5em 0;	/* tate yoko / top right bottom left */
	text-align: center;
	float: left;
	font-size: 100%;
	width: 33.3%;
}

div.left {
	text-align: right;
	float: left;
	font-size: 100%;
	width: 50%;
}

div.right {
	text-align: left;
	float: left;
	font-size: 100%;
	width: 50%;
}

div.pre {
	white-space: pre;
}

div.inline_block {
	display: inline-block;
	text-align: left;
}

div.round_rect {
	display: inline-block;
	padding: 10px;
	margin: 10px auto 20px;
	border: solid 3px #d9e1fb;
	border-radius: 10px;
}

div.quintet {	/* calc用 */
	text-align: right;
	float: left;
	font-size: 100%;
	width: 20%;
}

span.star {
	color: #ff6060;		/* 薄赤 */
}

span.marker {
	background: linear-gradient(transparent 70%, #ffff66 0%);
}

span.marker2 {
	background: linear-gradient(transparent 70%, #ffaaff 0%);
}

div.hyde {
    display: none;
}

#chart_riron {
	margin: 0;
	padding: 0;
	width: 456px;		/* fixed_size */
	height: 408px;		/* fixed_size */
}

.video {
	margin: 1px;
	padding: 2px;	/* tate yoko / top right bottom left */
	border-color: #c0c0c0;		/* 内枠色 */
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;		/* 枠内背景色：白 */
	color: #000000;
	font-size: 100%;	/* fixed_size */
	text-align: center;
	position: relative;
	padding-bottom : 55.8%;	/* base 56.25% */
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.max_width560 {
	max-width: 560px;
	margin-bottom: 2.5em;
}
