@charset "shift_jis";

body,td,th {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
	background-color: #FFFFFF;
}

img {
	border-width: 0pt;
}

a         { color: #CC0000; }
a:visited { color: #990000; }
a:hover   { color: #FF0000; }
a:active  { color: #FF0000; }

/* Common Style <Item>------------------------------------------------------- */

.item_name {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

/* Common Style <Layout>---------------------------------------------------- */
body:before { /* top shadow */
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px;

    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
}

.main_head { /* 全ページ共通 */
	background-color: #FFFFFF;
	width: 800px;
	height: 128px;
	margin: 0 auto;
	padding: 0px;

	border-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.main_head_img { /* 全ページ共通 ロゴイメージ*/
	position: relative;
	float: left;
	width: 128px;
	padding: 0px;

	border-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.main_head_navi { /* 全ページ共通 ナビゲーションバー */
	background-color: #FFFFFF;
	float: right;
	text-align: right;

	border-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.main_body {
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
	padding: 0px;
	clear: both;

	border-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.item_body {
	background-color: #E0E0E0;
	width: 796px;
	height: auto;
	min-height: 240px;
	position: relative;
/*	padding : 0px; */
	border-width: 0pt;
	border-top-style: none;
	border-bottom-width: 1pt;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;

    padding: 2px;
    margin: 0 auto;
/*    background-color: #fff;*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}


/* <-------------------------------------------------------------- Common Style */

/* cd */

.cd_image {
	background-color: #E0E0E0;
/*	background-color: #FFF;*/
	padding: 0px;
	float: left;
	width: 148px;
	height:128px;
	border-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cd_image_4x3 {
	background-color: #E0E0E0;
/*	background-color: #FFF;*/
	padding: 0px;
	float: left;
	width: 148px;
	height:190px;
	border-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cd_chart {
	background-color: #C0C0C0;
	padding: 0px;
	float: right;
	width: 32px;
	height:32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.calender {
	background-color: #FFFFFF;
	padding: 0px;
	border-width: 0px;
	margin: 0 auto;
}

.calender_cell {
	background-color: #E0E0E0;
	padding: 2px;
	border-width: 1px;
	border-color: #F0F0F0;
	width: 48px;
	height: 20px;
	text-align:center;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.calender_cell_hl {
	background-color: #FFE0E0;
	padding: 2px;
	border-width: 1px;
	border-color: #F0F0F0;
	width: 48px;
	height: 20px;
	text-align:center;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.cd_table {
	background-color: #FFE0E0;
	padding: 2px;
	border-width: 0px;
	margin: 0 auto;
}

.cd_table_cell {
	background-color: #FFFFFF;
	padding: 2px;
	border-width: 1px;
	margin: 0 auto;
}

@media screen and (max-width:600px) {
  /* 画面サイズが600px以下の場合に適用 */

	body {
		font-size: 3.5vw;
	}

	.main_head { /* 全ページ共通 */
		width: auto;
	}

	.main_body {
		width: auto;
	}

	.item_body {
		width: auto;
	}

}
