@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Oxygen);
@import url(http://fonts.googleapis.com/css?family=PT+Mono);
@import url(http://fonts.googleapis.com/css?family=Share+Tech);

/* ---------------------------------------------------- 全体設定 ---------------------------------------------------- */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, button, input, select, textarea ,body{
	font-family: 'open sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-weight: 400; /* normal */
	font-size:12px;
	color: #000; 
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	margin: 0; padding: 0; 
	}

body {
	min-height:100%;
	width: 100%;
	background-color:#FCF7ED;
}

a:link { text-decoration:none; color:#0E224F;}
a:hover { text-decoration: none; color:#555;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity:0.7;
 }
a:visited { text-decoration: underline; color:#0E224F;}
a:active, a:focus{opacity:0.7}
table { border-spacing: 0; 	border-collapse:collapse; }
ul { list-style: none; list-style-position:outside; margin:0; padding:0;  }
ul li { margin:0; padding:0; list-style: none;}
ol { list-style: decimal;  list-style-position:outside; }
ol li { margin-bottom:5px;}

caption,th { text-align: left; }
q:before,q:after { content: ''; }
hr { border: 0;  height: 1px; background-color: #000; color: #000; }
a img,:link img,:visited img {
	border: none;
	text-align: right;
}


/* ---------------------------------------------------- コンテンツ部・エリア設定 ---------------------------------------------------- */
#container {
	width:960px;
	margin:0 auto;
	text-align: left;
 	padding-bottom:80px;
}

#mainContent {
	width:710px;
	margin:0 auto;
}

/* ---------------------------------------------------- ヘッダー部設定 ---------------------------------------------------- */

#header {
	width:100%;
	min-width:1080px;
	height:95px;
	margin:0 auto 20px auto;
	padding:30px 0 20px 0;
	background-color:#FFF;
	-webkit-box-shadow: 1px 1px 5px 1px #AAA; /* Safari, Chrome用 */
	-moz-box-shadow: 1px 1px 5px 1px #AAA; /* Firefox用 */
	box-shadow: 1px 1px 5px 1px #AAA; /* CSS3 */
	position:relative;
	z-index:100;	
}
.header_inner {
	width:1080px;
	margin:0 auto;
}
.logo a{
	float:left;
	width:280px;
	height:50px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	background-position: center center;
	margin-right:20px;
}

ul.head_navi {
	 width:200px;
	 float:right;
	 margin-bottom:0;
 }
 
li.h-navi01{
	float:left;
	padding:0 5px;
}
li.h-navi01 a{
	width:100%;
	display:block;
	text-align:left;
	font-size:12px;
	padding:5px 0 ;
	color:#222;
}
li.h-navi01_en{
	float:left;
	padding:0 5px;
}
li.h-navi01_en a{
	width:100%;
	display:block;
	text-align:left;
	font-size:12px;
	padding:5px 0 ;
	color:#0b3180;
}

.search_box {
	width:200px;
	float:right;
	margin:2px 0 ;
}
.search_box .search_area {
	width:134px;
	height:25px;
	margin:0;
	display: inline-block;
	background-color: #DDD;
	border:1px solid #F0F2FF;
}
.search_box .search_btn {
	width:60px;
	height:23px;
	background:none;
	border:none;
	background-image:url(../images/search_btn.png);
	background-repeat:no-repeat;
	background-position: center center;
	display: inline-block;
	float:right;
	cursor:pointer;
	margin-top:1px;
}

.inquiry_btn a {
	width:50px;
	height:200px;
	position: fixed;
	right:-2px;
	top:110px;
	display:block;
	background-image:url(../images/inquiry_btn.png);
	background-repeat:no-repeat;
	background-position: center center;
}

@media print {
.inquiry_btn ,.inquiry_btn a {display:none; visibility:hidden; opacity:0;}
}

/* ---------------------------------------------------- global navi 設定 -----------------------------------------------*/


ul#gnav {
	float:left;
	width:575px;
	height:50px;
	margin:0;
}
ul#gnav > li {
	float:left;
	width:115px;
	height:50px;
	padding: 0;
	border-left:1px dotted #000;
	margin:0;
}
ul#gnav > li:last-child {
	border-right:1px dotted #000;
}
ul#gnav > li > a  {
	min-width:115px;
	height:50px;
	display:block;
	text-align:center;
	padding:10px 0 0 0;
	font-size:15px;
	letter-spacing:0.15em;
	color:#222;
	line-height:18px;
}
ul#gnav > li > a span {
	font-size:11px;
	font-family: "Open+Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0;
	padding:5px 0 0 0;
	line-height:14px;
}
ul#gnav > li > a:hover  {
	background-color:#EFEFEF;
}

/**/
ul#gnav > li .drop_panel {
	opacity:0;
	visibility:hidden;
	position:  absolute;
	top:90px;
	left:0;
	width:100%;
	background-image:none;
	background-repeat: repeat-x;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding-bottom:20px;
}
ul#gnav > li:hover .drop_panel {
	opacity:1;
	visibility:inherit;
	top:80px;
	left:0;
	width:100%;
	background-image:url(../images/gnavi_back.png);
	background-repeat: repeat-x;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-bottom:20px;
}

ul#gnav>li .drop_panel .drop_panel_inner {
	background-image:url(../images/gnavi_back_arrow.png);
	width:960px;
	margin:0 auto;
	padding-top:30px;
	background-repeat:no-repeat;
	visibility:hidden;
}

ul#gnav > li:hover .drop_panel .drop_panel_inner {
	visibility:inherit;
}

li.gnav_btn01 .drop_panel .drop_panel_inner { background-position:240px 10px; }
li.gnav_btn01:hover .drop_panel .drop_panel_inner { background-position: 240px top; }
li.gnav_btn02 .drop_panel .drop_panel_inner { background-position:355px 10px; }
li.gnav_btn02:hover .drop_panel .drop_panel_inner { background-position:355px top; }
li.gnav_btn03 .drop_panel .drop_panel_inner { background-position:470px 10px; }
li.gnav_btn03:hover .drop_panel .drop_panel_inner { background-position:470px top; }
li.gnav_btn04 .drop_panel .drop_panel_inner { background-position:585px 10px; }
li.gnav_btn04:hover .drop_panel .drop_panel_inner { background-position:585px top; }
li.gnav_btn05 .drop_panel .drop_panel_inner { background-position:700px 10px; }
li.gnav_btn05:hover .drop_panel .drop_panel_inner { background-position:700px top; }

ul#drop_3 {
	width:320px;
	border-left:1px dotted #FFF;
	float:left;
	min-height:130px;
}
ul#drop_4 {
	width:240px;
	border-left:1px dotted #FFF;
	float:left;
	min-height:130px;
}

ul#drop_4.large {
	min-height:190px;
}
ul#drop_5 {
	width:192px;
	border-left:1px dotted #FFF;
	float:left;
	min-height:130px;
}

ul#drop_3.last , ul#drop_4.last , ul#drop_5.last {
	border-right:1px dotted #FFF;
}
ul#drop_3 li a , ul#drop_4 li a , ul#drop_5 li a {
	width:100%;
	display:block;
	padding:4px 0 4px 35px;
	text-align:left;
	font-size:14px;
	color:#FFF;
}
ul#drop_3 li.drop_title a , ul#drop_4 li.drop_title a , ul#drop_5 li.drop_title a {
	font-size:16px;
	padding:7px 15px 8px 30px;
	font-weight:600;
	background-image:url(../images/gnavi_arrow.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
ul#drop_3 li a:hover , ul#drop_4 li a:hover , ul#drop_5 li a:hover {
	background-color:rgba(255,255,255,.3);
}


/* ---------------------------------------------------- breadcrumbs 設定 ---------------------------------------------------- */

.breadcrumbs {
	float:left;
	width:100%;
	margin:0 auto;
	padding:3px 0;
	text-align:left;
	letter-spacing:.1em;
	font-size:12px;
	height:35px;
}
.breadcrumbs a:link,.breadcrumbs a:visited {
	background:none;
	color:#000;
}
.breadcrumbs a:hover,.breadcrumbs a:active {
	color:#888;
	text-decoration: underline;
	background:none;
}
.breadcrumbs span {
	color:#F08300;
}



/* ---------------------------------------------------- footer 部設定 ---------------------------------------------------- */

#footer{
	width:100%;
	min-width:1080px;
	margin:0;
	background-color:#968C80;
}
.footer_inner {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:20px 0;
}
.footer_leftbox{
	float:left;
	width:240px;
	margin:0 10px 0 0;
	color:#FFF;
}
.footer_title {
	background-image:url(../images/footer_title.png);
	width:240px;
	height:35px;
	background-repeat:no-repeat;
}
.footer_text {
	font-size:10px;
	letter-spacing:.1em;
}
.footer_text a {
	color:#FFF;
}
.footer_rightbox{
	float:left;
	text-align:left;
	margin:0;
	color:#FFF;
}

ul.footer_menu {
	width:100%;
	height:26px;
	padding-top:17px;
}
ul.footer_menu li {
	float:left;
	margin-left:15px;
}
ul.footer_menu li a {
	color:#FFF;
	font-size:12px;
}
ul.footer_menu li a span {
	color:#F08300;
}

ul.footer_link {
	margin:15px 0 0 5px;
}
ul.footer_link li {
	float:left;
	margin-right:15px;
}
ul.footer_link li a {
	color:#FFF;
	font-size:12px;
}


.footer_copy {
	text-align:center;
	width:100%;
	font-size:10px;
	letter-spacing:.1em;
	color:#FFF;
	padding:25px 0 0 0;
}


.mobile_footer_submenu {
	display:none;
}

.mobile_footer_navi {
	display:none;
}


.gototop a {
	width:100px;
	height:100px;
	display:block;
	background-image:url(../images/totop.png);
	background-repeat:no-repeat;
	position: fixed;
	right:50px;
	bottom:20px;
	z-index:5000;
}
.scroll{ 
	overflow: auto;
}


.window_blank {
	display:inline-block;
	widows:13px;
	height:10px;
	background-image:url(../images/window_blank.png);
	background-repeat:no-repeat;
	padding:0 5px;
	margin-left:5px;
}

/* ---------------------------------------------------- その他 ---------------------------------------------------- */

.fltrt { /* このクラスは，ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは，ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは，ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは，div またはブレークエレメントに適用される必要があり，また，フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.paragraph:before,
.paragraph:after {
    content: " ";
    display: table;
}

.paragraph:after {
    clear: both;
}


* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.short1 {
	letter-spacing:0px;
}
.short2 {
	letter-spacing:-0.5px;
}
.short2 a{
	letter-spacing:-0.5px;
}
.short3 {
	letter-spacing:-0.1em;
}
.short4 {
	letter-spacing:-0.2em;
}

/* ---------------------------------------------------- サイト内検索 ---------------------------------------------------- */

<style type='text/css'>
  .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #F0F2FF;
  }
  .gsc-control-cse .gsc-table-result {
    font-family: Arial, sans-serif;
  }
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #D9D9D9;
  }
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none;

  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #FF9900;
    background-color: #F0F2FF;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
    border-bottom-color: #FF9900
  }
  .gsc-tabsArea {
    border-color: #FF9900;
  }
  .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #F0F2FF;
    background-color: #F0F2FF;
  }
  .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
    border-color: #F0F2FF;
    background-color: #F0F2FF;
  }
  .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
    color: #DFE4EA
  }
  .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #CC00CC;
  }
  .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #CC00CC;
  }
  .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
    color: #CC00CC;
  }
  .gsc-cursor-page {
    color: #CC00CC;
  }
  a.gsc-trailing-more-results:link {
    color: #CC00CC;
  }
  .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #CC0000;
  }
  .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short  {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gs-promotion div.gs-visibleUrl-short {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-long  {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #F0F2FF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #F0F2FF;
    color: #0000CC;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #F0F2FF;
    color: #0000CC;
  }
  .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699;
    background-color: #F0F2FF;
  }
  .gsc-completion-title {
    color: #0000CC;
  }
  .gsc-completion-snippet {
    color: #000000;
  }
  .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000;
  }
  .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
    color: #008000;
  }
</style>



@media all and (max-width: 801px ) {

body {
	min-height:100%;
	width: 1080px;
	background-color:#FCF7ED;
}
#container {
	width:960px;
	margin:0 60px;
	text-align: left;
 	padding-bottom:80px;
}

}