@charset "utf-8";

/*****************************************
			Global Setting
*****************************************/
html {
	background: #FFF;
	color: #333;
	height: 100%;
}
body {
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.61;
	height: 100%;
}
/* Link */
a:link { color: #03C; }
a:visited { color: #606; }
a:hover { color: #C03; }
a:active { color: #F00; }
/* Update Icon */
.i_new {
	margin: 0 0 0 5px;
	padding: 3px 0 1px 0;
	font-size: 79%;
	font-weight: bold;
	color: #FF4D4D;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
.i_ess {
	margin: 0 0 0 5px;
	padding: 3px 0 1px 0;
	font-size: 79%;
	font-weight: bold;
	color: #036;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
.i_urg {
	margin: 0 0 0 5px;
	padding: 3px 0 1px 0;
	font-size: 79%;
	font-weight: bold;
	color: #F60;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
/* Font Size */
.fs_xsmall { font-size: 71%; }
.fs_small { font-size: 86%; }
.fs_medium { font-size: 100%; }
.fs_large { font-size: 129%; }
.fs_xlarge { font-size: 171%; }
.fs_xxlarge { font-size: 214%; }
/* Font Color */
.fc_red	{ color:#FF0000; }
/* Image Rollover Opacity */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: #FFF;
}
/* Hide Element */
.hide { display: none; }

.imgBorder { padding:2px; border:1px solid #CCC; }

/* table th td */
.table_index {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF4DF), color-stop(0.65, #FFE1AA));
	background: -o-linear-gradient(#FFF4DF 0%, #FFE1AA 65%);
	background: linear-gradient(#FFF4DF 0%, #FFE1AA 65%);
}
.table_name {
	width:25%;
	background: -webkit-gradient(linear, left top, left bottom, from(#E6F7EE), color-stop(0.65, #99DDBD));
	background: -o-linear-gradient(#E6F7EE 0%, #99DDBD 65%);
	background: linear-gradient(#E6F7EE 0%, #99DDBD 65%);
}
.table_value { width:25%; }
/* bank_table th td */
.bank_table_name {
	width:20%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.65, #DDDDDD));
	background: -o-linear-gradient(#FFFFFF 0%, #DDDDDD 65%);
	background: linear-gradient(#FFFFFF 0%, #DDDDDD 65%);
}
.bank_table_value { width:30%; }
.madori_img { width:70%; }

.table_bg_white { background-color: #FFF; }
/* DLfile table */
.dl_table_name {
	width:60%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.65, #DDDDDD));
	background: -o-linear-gradient(#FFFFFF 0%, #DDDDDD 65%);
	background: linear-gradient(#FFFFFF 0%, #DDDDDD 65%);
}
.dl_table_pdf {
	width:20%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE6E6), color-stop(0.65, #FF9D9D));
	background: -o-linear-gradient(#FFE6E6 0%, #FF9D9D 65%);
	background: linear-gradient(#FFE6E6 0%, #FF9D9D 65%);
}
.dl_table_word {
	width:20%;
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEDF8), color-stop(0.65, #BBC2E8));
	background: -o-linear-gradient(#EBEDF8 0%, #BBC2E8 65%);
	background: linear-gradient(#EBEDF8 0%, #BBC2E8 65%);
}
/*****************************************
	WYSIWYG Contents Inner Elements
*****************************************/
#contents {
	word-wrap: break-word;
}
#contents p,
#contents ul,
#contents ol,
#contents table {
	margin: 0 0 10px 0;
}
#contents ul { list-style: none; }
#contents ul li {
	padding: 0 0 0 2.5em;
	background: url(../img/parts/list_point01.png) 18px 5px no-repeat;
}
#contents ol {
	padding: 0 0 0 2.5em;
}
#contents table th,
#contents table td {
	padding: 5px;
	border: solid 1px #999;
}
/*****************************************
		Access Google Map Button
*****************************************/
#btnAccessGMap {
	margin: 0 0 10px 0;
	text-align: right;
}
#btnAccessGMap a {
	padding: 5px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	background: #F7F7F7;
	border: solid 2px #CCC;
}
/*****************************************
		Google Map Embed
*****************************************/
#gmap_embed,
#gmap_embed01,
#gmap_embed02,
#gmap_embed03,
#gmap_embed04,
#gmap_embed05,
#gmap_embed06,
#gmap_embed07,
#gmap_embed08 {
	margin: 0 auto 25px auto;
	border: solid 1px #CCC;
}
/*****************************************
			Video Embed
*****************************************/
/* Video Responsive */
.video_embed {
	margin: 0 0 25px 0;
    padding-top: 56.25%;
    width: auto;
    height: 0;
    position: relative;
	text-align: center;
}
.video_embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* for USTREAM */
.video_embed a {
	margin: 0 auto;
}
/*****************************************
			Search Suggest
*****************************************/
.ui-autocomplete {
	background: #FFF;
	border: solid 1px #CCC;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
	margin: 0 !important;
	padding: 4px !important;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	line-height: 1.5;
	zoom: 1;
	font-weight: normal
}
.ui-autocomplete .ui-menu-item .ui-state-focus {
	cursor: pointer;
	background: #F2F2F2;
	color: #C03;
}
.ui-autocomplete{ 
	position:absolute;
	top: 0;
	left: 0;
	cursor: default
}
* html .ui-autocomplete{ 
	width: 1px;
}
.ui-helper-hidden-accessible {
	display: none;
}
/*****************************************
			Social Buttons
*****************************************/
#social {
	width: 100%;
	max-width: 1000px;
	_width: 1000px;
	margin: 10px auto;
	letter-spacing: -0.4em;
	text-align: right;
}
#social div {
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
#social .LINE {
	width: 97px;
	height: 22px;
}
#social .LINE a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/parts/btn_LINE.png) 0 0 no-repeat;
}
/*****************************************
			Weblio
*****************************************/
#weblio_rws_ah {
	margin: 25px 0 0 0;
	padding: 0 2px 0 2px;
	border: #C0C0C0 solid 1px;
}
#weblio_rws_rh p {
	padding: 1px 0 3px 2px;
	font-size: 86%;
}
#weblio_rws_rh p a { color: #333; }
/*****************************************
			SP Link In PC
*****************************************/
#viewPC2SP {
	display: none;
}
#viewPC2SP a {
	display: block;
	padding: 0.5em 0;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.4, #F9F9F9), to(#CCCCCC));
	background-image: -o-linear-gradient(#F9F9F9 40%, #CCCCCC 100%);
	background-image: linear-gradient(#F9F9F9 40%, #CCCCCC 100%);
	border-bottom: solid 1px #333;
	font-size: 4em;
	font-weight: bold;
	color: #333;
	text-align: center;;
	text-decoration: none;
	text-shadow: 2px 2px 2px #FFF;
	box-shadow: 2px 2px 3px #333
}
