/************************************************************
	HTML BODY AREA
*************************************************************/
html {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','Meiryo', 'sans-serif';
}
body {
	margin:0px;
	background-color: #FFFFFF;
	line-height: 160%;
	padding: 0px;
	font-size:14px;
}
img {
	border: noen;
}
a {
	color:#3366ff;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/************************************************************
	HEADER
*************************************************************/
header {
	position: fixed;
	position: relative;
	border-bottom: 1px solid #555;
	width: 100%;
	height: 50px;
	background-image: url(../common/head_bg_orange.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.button-toggle {
	float: right;
	width: 60px;
	height: 30px;
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	box-shadow: 0 0 0 1px #555;
	cursor:pointer;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/************************************************************
	INDEX
*************************************************************/
#index-button-block {
	width: 600px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
}
#index-button {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index-button li {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 280px;
	float: left;
	display: block;
}

/************************************************************
	TITLE
*************************************************************/
.title {
	line-height: 50px;
	width: 100%;
	height: 5px;
	text-indent: 10px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}
.title a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.title a:hover {}
.title h1 {
	margin: 0;
	color: #FFFFFF;
}
.title h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
/************************************************************
	MENU
*************************************************************/
.menu {
	position: absolute;
	color: #999;
	overflow: hidden;
	top: 51px;
	display: block;
	float: left;
	width: 100%;
	background-color: #FFFFCC;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	font-size: 12px;
}
.menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #555;
	height: 40px;
	line-height: 40px;
}
.menu a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.warpper {
	/* max-width:340px; */
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#page_head_block_ {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
#page_head_block_ img { width:100%; max-height:200px; max-width:420px; }
#sub_page_head_block_ {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height:60px;
	width: 100%;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#container {
	padding: 10px;
}
/************************************************************
	TITLE
*************************************************************/
.title_block_ {
	display: block;
	height: auto;
	width: 100%;
	float: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../common/title_bg.jpg);
	background-position: left -28px;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 14px;
}
/************************************************************
	CONTENTS BLOCK SMARTPHONE
*************************************************************/
.contents_block {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contents_block p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/************************************************************
	YOBOU TABLE IMAGE
*************************************************************/
.yobou_table_image_ {
	float: left;
	width: 99%;
	text-align: center;
	display: block;
}
.yobou_table_image_ img {
	max-width:600px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/************************************************************
	YOBOU PHOTO
*************************************************************/
.photo_block_ {
	display: block;
	float: right;
	width: 240px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 15px;
	/* border: 2px solid #dddddd; */
	padding: 0px;
	clear: both;
}
.photo_block_ img {
	width:100%; }
/************************************************************
	LINK BUTTON
*************************************************************/
.link_button_ {
	width: 97%;
	display: block;
	text-align: left;
	float: left;
	background-color: #FFFF66;
	padding: 5px;
	height: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
.link_button_ a:hover {}
/************************************************************
	BOTTOM
*************************************************************/
#bottom_block_ {
	background-color: #dddddd;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
.blank {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 90%;
	display: block;
}
.bottom_name_font_ {
	font-size: 12px!important;
	line-height: 110%!important;
}
/************************************************************
	TIME TABLE
*************************************************************/
.time_table_ {
	width: 100%;
	display: none;
}
.time_table_ img {
	width: 100%;
	display: none;
}
.time_color_green_ {
	color:#339900;
	font-weight: bold;
}
.time_color_red_ {
	color:#cc0000;
	font-weight: bold;
}
/************************************************************
	INDEX YOYAKU BLOCK
*************************************************************/
.index_yoyaku_block_ {
	margin: 0px;
	padding: 0px;
}
.index_yoyaku_block_ ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.index_yoyaku_block_ li {
	float: left;
	list-style-type: none;
	display: block;
	width: 47%;
	padding-left: 10px;
}
.index_li_center_ {
	text-align: center!important;
	display: block!important;
}
.index_yoyaku_block_ li img { max-width:300px; }
/************************************************************
	PROFILE PHOTO BLOCK
*************************************************************/
.profile_photo_block_ {
	display: block;
	float: left;
	width: 275px;
	text-align: left;
	height: auto;
}
/************************************************************
	TEXT LIST BLOCK
*************************************************************/
dl.txtList01 { margin-bottom:20px; }
dl.txtList01 dt {
	font-size: 12px;
	margin-bottom:10px;
	padding:2px 0 0 20px;
	border:1px solid #ccc;
	background:url(../common/icon_square.png) no-repeat 5px center, url(../common/bg_dt.png) repeat-x left bottom;
}
dl.txtList01 dd {
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/************************************************************
	UL LIST BLOCK
*************************************************************/
.yoyaku_ul_list_ {
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 80%;
	display: block;
}
.yoyaku_ul_list_ li {
	display: block;
	float: left;
	width: 80%;
	text-align: left;
	padding-left: 20px;
}
/************************************************************
	PAGE TOP
*************************************************************/
#page-top {
	/* bottom: 10px; */
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#page-top a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 200px;
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#page-top a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}
.smp_br_ { display:none; }
@media screen and (max-width: 999px) {
#index-button-block {
	width: 290px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}
/************************************************************
	YOBOU PHOTO
*************************************************************/
.photo_block_ {
	display: block;
	float: right;
	width: 220px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 15px;
}
.photo_block_ img {
	width:100%; }
.smp_br_ { display: block; }
}
@media screen and (max-width: 640px) {

#index-button-block {
	width: 290px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}


/************************************************************
	YOBOU TABEL
*************************************************************/
.table_font_size { font-size:11px; }
/************************************************************
	SmartPhone FONT MINI
*************************************************************/
.smp_font_mini { font-size:12px; }
/************************************************************
	INDEX YOYAKU BLOCK
*************************************************************/
.index_yoyaku_block_ {
	margin: 0px;
	padding: 0px;
}
.index_yoyaku_block_ ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left:10px;
}
.index_yoyaku_block_ li {
	float: left;
	list-style-type: none;
	display: block;
	width: 99%;
	padding-bottom:10px;
}
.index_li_center_ {
 padding-left:0px!important;
}
.index_yoyaku_block_ li img { max-width:300px; }
/************************************************************
	PROFILE PHOTO BLOCK SMARTPHONE
*************************************************************/
.profile_photo_block_ {
	display: block;
	float: left;
	width: 99%;
	text-align: center;
}
/************************************************************
	TIME TABLE SMARTPHONE
*************************************************************/
.time_table_ {
	width: 100%;
	display:block;
}
.time_table_ img {
	width: 100%;
	display:block;
}
.time_table_html_ { display:none; }
.time_table_font_ { font-size:12px!important; height: 100%!important; }

/************************************************************
	INDEX YOYAKU BLOCK SMARTPHONE
*************************************************************/
.index_yoyaku_block_ li img { max-width:96%; }
/************************************************************
	YOBOU PHOTO
*************************************************************/
.photo_block_ {
	display: block;
	float: right;
	width: 110px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 5px;
	margin-bottom:5px;
	margin-top:10px;
}
.photo_block_ img { width:100%; }
.smp_br_ { display: block; }
.smp_font_mini { font-size:12px; }
}
