﻿@charset "utf-8";



/* フォント
--------------------------------------------------*/
.red {
	color: #ff0000;
}
.blue {
	color: #0066CC;
}
.green {
	color: #009966;
}
.orenge {
	color: #FF3333;
}
.pink {
	color: #F69;
}
.gray {
	color: #666;
}

.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}


.headspace {
	margin-left: 0.3em;
}
.indent01 {
	text-indent: 1em;
}



.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.font100 {
	font-size: 100%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font140 {
	font-size: 140%;
}
.font150 {
	font-size: 150%;
}
.font160 {
	font-size: 160%;
}
.font180 {
	font-size: 180%;
}
.font200 {
	font-size: 200%;
}
.font240 {
	font-size: 240%;
}


.japan_font {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.contents table td {
	word-break: break-all;
}




/* イメージ画像
--------------------------------------------------*/

/*画像クリックで白くなる*/
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}



/* テキストタテ中央
--------------------------------------------------*/
.text_vertical01 {
	vertical-align:middle;
	line-height: 2.5em;
}



/* スペース
--------------------------------------------------*/

.mt10 {
	margin-top: 1em;
}

.pt01 {
	padding-top: 0.2em;
}

.clear {
	clear: both;
}



/* パンくず
--------------------------------------------------*/
ol#path {
	width: 98%;
	margin: 0 auto 0.8em;
	font-size: 84.6%;
	line-height: 1.335;
	text-align: left;
}
ol#path li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}
ol#path li a {
	padding-right: 12px;
	background: url(../img/path.png) no-repeat right center;
}

/*タイトル*/
h2 {
	border: solid 1px #CCCCCC;
	border-radius: 6px;
	background: url(../img/header_back.png) repeat-x bottom;
	padding: 1em 0 0.8em;
	margin: 0 0 1.5em;
}
h2 span {
	border-left: solid 3px #3455A3;
	margin: 0.5em 0 0.4em 0.8em;
	padding-left: 0.8em;
	font-size: 120%;
}





/* テキスト
--------------------------------------------------*/
.text_box {
	width: 98%;
	margin: 0 auto 1.5em;
	overflow: hidden;
}

.text_box p {
	margin-top: 0;
	padding-top: 0;
}

/*login*/
.login_box {
	width: 20em;
	overflow: hidden;
	margin: 0 auto;
}

dl.login_list dt {
	padding-top: 1em;
}




/* ボタン
--------------------------------------------------*/
/*小ボタン(グレー)*/
.btn_other {
	width: 7em;
	background: url(../img/btn_other_back.png) repeat-x top;
	text-decoration: none;
	border: solid 1px #999999;
	text-align: center;
	border-radius: 6px;
	font-size: 92%;
}
.btn_other a {
	color: #333333;
	text-decoration: none;
}
.btn_other:hover {
	background: #ED8B9A;
}



/*ページリンク用ボタン*/
.btn_page {
	background: #FF7F00 url(../img/btn_back.png) repeat-x;
	text-align: center;
	border: solid 1px #CCCCCC;
	border-radius: 4px;
}
.btn_page a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.4em 0 0.3em;
	display: block;
}
.btn_page a:hover {
	background: #EE7700;
	border-radius: 4px;
}

/*ボタンの幅*/
.btn15 {
	width: 15em;
}
/*ボタン中央*/
.btn_center {
	margin: 0 auto;
}
/*ボタン用マージン*/
.btn_top01 {
	margin-top: 1em;
}


/* リスト
--------------------------------------------------*/
/*ノーマル*/
.text_box ul {
	margin-bottom: 1em;
}
.text_box ul li {
	list-style: outside disc;
	margin-left: 2em;
}

.text_box ol {
	margin-bottom: 1em;
}
.text_box ol li {
	list-style: outside decimal;
	margin-left: 2.5em;
}

dl.list {
	margin: 0 0 1em 1em;
}
dl.list dt {
	margin: 1em 0 1em;
}
dl.list dd {
	margin: 0 0 1em 1em;
}

/*abc*/
ol.abc_list {
	margin-bottom: 1em;
}
ol.abc_list li {
	list-style: outside lower-latin;
	margin-left: 2.5em;
}

/*ポイント*/
ul.point_list {
	margin-bottom: 1em;
}
ul.point_list li {
	list-style: outside url(../img/common/point_icon01.gif);
	margin-left: 1em;
}

/*リンク*/
ul.links {
}
ul.links li {
	list-style: outside url(../img/temp/side_arrow_orenge.png);
	margin-left: 2em;
	line-height: 2;
}

/*左にflout*/
ul.leftlist {
}
ul.leftlist li {
	float: left;
	display: block;
	margin-right: 2em;
}




/*年月日付き*/
dl.month {  
    width: 640px;
    padding: 10px;  
    overflow: hidden;
}  
dl.month dt {  
    float: left;
    margin-left: 10px;
    padding: 10px 0 10px 15px;
    text-align: right;
    background: url(../img/common/point02.jpg) no-repeat 2px 1.4em;
}  
dl.month dd {  
    padding: 10px 0 10px 100px;
}


dl.month02 {
    padding: 10px;  
    overflow: hidden;
}  
dl.month02 dt {  
    float: left;
    margin-left: 10px;
    padding: 10px 0 10px 15px;
    text-align: right;
    background: url(../img/common/point02.jpg) no-repeat 2px 1.2em;
	/*border-bottom: dotted 1px #DDD;*/
}  
dl.month02 dd {  
    padding: 10px 0 10px 110px;
	border-bottom: dotted 1px #BEBEBE;
}

/*中央ぞろえリスト*/
ul.centerlist {
    list-style: none;
}
ul.centerlist li {
    list-style: none;
	margin: 0;
}
/*ul.centerlist li {
    background: #CCC;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 10px;
}*/
.cl_float {
    width: 270px;
    margin: auto;
    overflow: hidden;
}
.cl_float li {
    float: left;
}
.cl_inline {
    text-align: center;
}
.cl_inline li {
    display: inline;
}
.cl_inline-block {
    text-align: center;
}
.cl_inline-block li {
    display: inline-block;
}
.cl_table-cell {
    display: table;
    margin: auto;
}
.cl_table-cell li {
    display: table-cell;
}
.cl_flex {
    display: flex;
    justify-content: center;
}









/* Table
--------------------------------------------------*/


/*--Table用ボックス--*/
/*レイアウト用*/
.layout_table {
	margin: 0 auto 0.6em;
	padding: 0.5em 0;
}
.layout_table table {
	width: 95%;
	border-collapse: collapse;
	font-size: 100%;
	border: solid 1px #999999;
	margin: 0 auto;
}
.layout_table table th {
	padding: 0.3em 0;
	border-collapse: collapse;
	border: solid 1px #999999;
	background: #DDDDDD;
}
.layout_table table th span {
	padding: 0.2em 0.3em 0 0.5em;
	border-left: solid 5px #E50000;
}
.layout_table table td {
	padding: 0.3em 0;
	border-collapse: collapse;
	border: solid 1px #999999;
	vertical-align: middle;
}

/*幅*/
.layout100 {
	width: 99%;
}
.layout_logout {
	width: 400px;
}

/*ライン*/
.layout_border {
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}





/*データ表*/
table.table_frame {
}

.data_table {
	margin: 0 auto;
}
.data_table table {
	border-collapse: collapse;
	border: 1px solid #999;
}
.data_table table th {
	border-collapse: collapse;
	border: 1px solid #999;
	background: #3455A3;
	color: #FFFFFF;
}
.data_table table th a {
	color: #FFFFFF;
	cursor: pointer;
}
.data_table table th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.data_table table td {
	/*padding: 0.4em 0 0.3em;*/
	border-collapse: collapse;
	border: 1px solid #999;
	word-break: break-all;
}


/*色変更*/
.data_table table tr:nth-child(2n+1) {
    background: #EEEEEE;    /* 行ごとに色変更 */
}

.data_table table tr:hover {
  background-color: #FFF1BF;    /* マウスオーバー時の行の背景色 */
}

td.bgcolor_01 {
  background-color: #BBC8E9;    /* 列背景色 */
}





/*テーブル下ページ送り*/


/*表内の文字ぞろえ*/
td.text_center {
	text-align: center;
}
td.text_left {
	text-align: left;
}
td.text_right {
	text-align: right;
}


.layout_table01 table td.text_center {
	text-align: center;
}
.layout_table01 table td.text_left {
	text-align: left;
}
.layout_table01 table td.text_right {
	text-align: right;
}

/*件数表示*/
.case　{
	width: 5em;
	padding-right: 1em;
	display: block;
}




/*tdレベルのタテ中央*/
td.vea_center {
	vertical-align: central;
}
td.vea_center input {
	vertical-align: central;
}


/*tdに右スペース*/
td.sp_light10 {
	padding-right: 10px;
}

/*行ごとに色変更する場合*/
.color_tr table tr {
    background: #FFFFFF;    /* 基本白 */
}
.color_tr table tr:nth-child(2n+1) {
    background: #E7F7CE;    /* 行ごとに色変更 */
}

.color_tr table tr:hover {
  background-color: #FFCC99;    /* マウスオーバー時の行の背景色 */
}


/*--スクロールバーを付ける場合
---------------------------------------*/



/* 横幅指定（px）
--------------------------------------------------*/
/**/
.width3 {
	width: 56px;
}
.width4 {
	width: 70px;
}
.width5 {
	width: 100px;
}
.width10 {
	width: 154px;
}
.width19 {
	width: 280px;
}





/* 高さ指定（px,em）
--------------------------------------------------*/
/**/
.height4 {
	height: 4em;
}



/* 共通
--------------------------------------------------*/
/*文字ぞろえ*/
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}




/* ライン
--------------------------------------------------*/
.border_under {
	border-bottom: 1px solid #BFD1D5;
}
.border_top {
	border-top: 1px solid #BFD1D5;
}

/*ドット*/
.dotborder_under {
	border-bottom: 1px dotted #BFD1D5;
}
.dotborder_top {
	border-top: 1px dotted #BFD1D5;
}




/* イメージ画像
--------------------------------------------------*/
.imgright {
	float: right;
	margin: 0 0 10px 10px;
}
.imgleft {
	float: left;
	margin: 0 10px 5px 0;
}



/* ページ送り
--------------------------------------------------*/
ul.page_list {
	text-align: center;
}
ul.page_list li {
	display: inline-block;
	/zoom:1;
	margin: 0.5em 0;
}


/* フォームimput
--------------------------------------------------*/
.width100 {
	width: 94%;
}



input {
	border: solid 1px #999999;
	margin: 0 0.3em 0 0;
	padding: 0 0.5em;
}
label {
	margin: 0.3em;
}
textarea {
	border: solid 1px #999999;
	margin: 0 0.3em 0 0;
	width: 98%;
}
input[type="button"],
input[type="submit"]  {
	width: 6em;
	margin: 0;
	padding: 0.3em;
	border: solid 1px #CCCCCC;
	background: #FF7F00 url(../img/btn_back.png) repeat-x;
	border-radius: 4px;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"]  {
	border: none;
	margin: 0 0.3em 0 0;
	padding: 0 0.3em 0 0;
}

select {
	border: solid 1px #999999;
	margin: 0 0.3em 0 0;
	padding: 0.3em 0.2em 0.2em;
	font-size: 100%;
}

.input_left {
	float: left;
}



/* css3
--------------------------------------------------*/
/*グラデーション*/
#box {
	background-image: -moz-linear-gradient(
	top, #f60, #ff0
	);
	background-image: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0, #f60), color-stop(50%, #f90), color-stop(100%, #ff0)
	);
}
#box {
	filter: progid:DXImageTransform.Microsoft.gradient
	(startColorStr='#ff6600',EndColorStr='#ffff00');
}

/*ドロップシャドウ*/
#drop {
box-shadow: 5px 5px 5px #666;
-moz-box-shadow: 5px 5px 5px #666;
-webkit-box-shadow: 5px 5px 5px #666;
}
#drop {
filter:progid:DXImageTransform.Microsoft.Shadow
(Strength=7, Direction=135, Color='#666666'); zoom:1;
}

/*角丸*/
#box {
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
}

