@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	color: #000;
	margin-top:0;
	background-image:url(../img_share/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}

.wrapper {
	width: 750px;
	margin: 0 auto;
	background: #ffffff;
}

.header {
	width: 750px;
}
.top1 {
	display:inline;
	overflow: hidden;
	clear:both;
}
.menu_top {
	display:inline;
	float:left;
	clear:both;
}
.top2 {
	height:250px;
	clear:both;
}

.container {
	margin-top:20px;
}
/* 左サイド */
.sidebar_left {
	width: 150px;
	float: left;
	margin-left: 5px;
	text-align:center;
	display:inline;
}
/* 中央（topページ） */
.content {
	width: 380px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	display:inline;
}
/* 中央 （詳細ページ） */
.content_s {
	width: 555px;
	float: left;
	margin-left: 20px;
	display:inline;
}
/* 中央 （メニューなし） */
.content_w {
	width: 710px;
	float: left;
	margin-left: 20px;
	display:inline;
}


/* 右サイド */
.sidebar_right {
	width: 170px;
	float: left;
	display:inline;
}

/* ~~ フッター ~~ */
.footer_link {
	line-height:2;
	text-align:center;
	font-size:smaller;
	color:#FFF;
	background-color: #005ca2;
	clear:both;
}
.footer_b {
	float:none;
	padding:20px 10px 20px;
	text-align:center;
	font-size:smaller;
	clear:both;
}
.footer {
	float:none;
	height:40px;
	margin-left:0px;
	clear:both;
}

/* ~~ 仕切り ~~ */
.bar_navy5{
	width: 750px;
	height: 5px;
	background: #005ca2;
	overflow: hidden;
	clear:both;
}
.bar_navy2{
	width: 750px;
	height: 2px;
	background: #005ca2;
	overflow: hidden;
	clear:both;
}


.bar_space40{
	height: 40px;
	clear:both;
}
.bar_space20{
	height: 20px;
	clear:both;
}
.bar_space10{
	height: 10px;
	clear:both;
}
.bar_space5{
	height: 5px;
	clear:both;
}
.space20{
	height: 20px;
}

/* ~~ テキスト ~~ */
font.b{
	font-weight:bold;
	}
font.red{
	font-weight:bold;
	color:#F45131;
	}
font.blue{
	font-weight:bold;
	color:#005CA2;
	}
font.gray{
	color:#555555;
	}

/* 打ち消し線 */
.txtlinethrough {
    text-decoration: line-through;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px; 
}
a img { 
	border: none;
}

a:link {
	color:#000;
	text-decoration: underline; 
}

a:hover, a:active, a:focus { 
	color:#F45131;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline; 
}
a.foot:link {
	color:#fff;
	text-decoration: underline; 
}

a.foot:visited {
	color:#fff;
	text-decoration: underline; 
}

table.tblcontdef {
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.tblcontdef tr td{
	border: 1px solid #999999;
}

table.tblcontdef tr th{
	border: 1px solid #999999;
	background-color: #EBFBFC;
	font-weight: bold;
}

.fleximage{
    display: flex;
    justify-content: space-between;
}

.flex .right {
	margin: 0 0 0 20px;
	padding: 0;
}

.flex .left {
	margin: 0 20px 0 0;
	padding: 0;
}

.table {
	display: table;
	border-collapse:collapse;
	width:100%; /*幅を100%に*/
	table-layout:fixed; /*中の要素の幅を均等に*/
}

.table .row {
	display:table-row;
	}

.table .cell {
	display: table-cell;
	padding:10px;
	vertical-align: middle; /*要素の縦の配置を指定*/
}