@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-size:13px;
	line-height:1.5;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

/* Common */
.clear{
	clear:both;
	float:none;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
}
a {
	color:#1a0dab;/*#083f94;*/
	text-decoration:none;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover{
	color:#ff9600;
	text-decoration:underline;
}
a.exlink {
	padding-right: 14px !important;
	background: url(../imgoa/common/ex-link.png) no-repeat center right;
}

textarea {
    font-size: 1em;
}

label input,select{
	vertical-align:middle;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

.disnone {
    display: none !important;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

.txtCenter {
    text-align: center;
}

/* よく使うCSS
--------------------------------------------------------------------------------*/
.mTop_0 {
	margin-top: 0 !important;
}
.mTop_5 {
	margin-top: 5px !important;
}
.mTop_10 {
	margin-top: 10px !important;
}
.mTop_15 {
	margin-top: 15px !important;
}
.mTop_20 {
	margin-top: 20px !important;
}
.mTop_25 {
	margin-top: 25px !important;
}
.mTop_30 {
	margin-top: 30px !important;
}
.mTop_35 {
	margin-top: 35px !important;
}
.mTop_40 {
	margin-top: 40px !important;
}
.mTop_45 {
	margin-top: 45px !important;
}
.mTop_50 {
	margin-top: 50px !important;
}
.mBttom_0 {
	margin-bottom: 0 !important;
}
.mBttom_5 {
	margin-bottom: 5px !important;
}
.mBttom_10 {
	margin-bottom: 10px !important;
}
.mBttom_15 {
	margin-bottom: 15px !important;
}
.mBttom_20 {
	margin-bottom: 20px !important;
}
.mBttom_25 {
	margin-bottom: 25px !important;
}
.mBttom_30 {
	margin-bottom: 30px !important;
}
.mBttom_35 {
	margin-bottom: 35px !important;
}
.mBttom_40 {
	margin-bottom: 40px !important;
}

/* 矢印に関するCSS
--------------------------------------------------------------------------------*/
.arrow_box {
	padding-left: 18px;
	height: 16px;
	background: url(../imgoa/common/arrow_box.png) left center no-repeat;
}
.arrow_mark {
	background: url(../imgoa/common/arrow_y.png) left center no-repeat;
	padding-left: 8px;
}

/* 星評価に関するCSS
--------------------------------------------------------------------------------*/
.rating_star {
	color: #d90000;
	font-weight: bold;
	min-height: 20px;
	margin-left: -0.5em;
	position: relative;
}
.rating_star span {
	position: absolute;
	top: -5px;
	left: 7em;
}
.rating_star img {
	margin-left: -3px;
}

/* 機能表示に関するCSS
--------------------------------------------------------------------------------*/
.functionsList {
	font-weight: bold;
	font-size: 116%;
	line-height: 1.5;
	margin: 12px 0 10px -5px;
	overflow: hidden;
}
.functionsList li {
	float: left;
	margin: 0 0 5px 5px;
}
.functionsList li span {
	font-size: 62%;
	font-weight: normal;
}
.functionsList .color_count {
	background: url(../imgoa/products/list/color.jpg) left center no-repeat;
	padding-left: 20px;
}
.functionsList .mono_count {
	background: url(../imgoa/products/list/mono.jpg) left center no-repeat;
	padding-left: 20px;
}

/* ボタンホーバーに関するCSS
--------------------------------------------------------------------------------*/
.btn_change_main a:hover img,
.btn_change_main input:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
.btn_change a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* パンくずに関するCSS
--------------------------------------------------------------------------------*/
#topicpath {
	margin: 10px 0 11px 10px;
}
#topicpath ol {
	list-style: none;
	margin:0;
	overflow: hidden;
}
#topicpath ol li {
	float: left;
}
#topicpath ol .home {
	font-size: 0;
	height: 15px;
	width: 17px;
}
#topicpath ol .location a {
	color: #333;
}
#topicpath ol li .topic_arrow {
	background: url(../imgoa/common/arrow_topic.png) left center no-repeat;
	padding-left: 10px;
	margin-left: 7px;
}



/* フローティングバナーに関するCSS
--------------------------------------------------------------------------------*/

.floating-banner {
}
.floating-banner .btn {
    color: #fff;
    background: rgba(127, 194, 239, .78);
    border: 1px solid #fff;
    padding: .5em;
    line-height: 1;
    border-radius: 4px;
    display: table;
    cursor: pointer;
    font-weight: bold;
}
.floating-banner .btn:hover {
    cursor: pointer; 
}
.floating-banner .btn:active {
    background: rgb(127, 194, 239);
}
.floating-banner .box {
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180deg, #7080F7 -3.42%, #3E9ED9 59.59%); /* バナーの背景色 */
   /* background: rgb(254,218,142);
    background: linear-gradient(90deg, rgba(254,218,142,1) 0%, rgba(239,170,49,1) 50%, rgba(230,144,21,1) 100%);*/
}
.floating-banner .box a {
    display: block;
    padding: 2em 1em 1.5em;
    color: #fff; /* バナー内の文字色 */
    font-size: 93%;
}
.floating-banner .box .thum {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}
.floating-banner .box .thumb {
    margin: 0 0 10px 0;
    text-align: center;
}
.floating-banner .box .thumb img {
    width: 80%;
    height: auto;
}
.floating-banner span {
    display: block;
    font-size: 116%;
    font-weight: bold;
}

/* close button */
.floating-banner .action-close {
    position: fixed;
    left: 0;
    opacity: 0.88;
    text-align: left;
    z-index: 100;
    width: 120px;
}
.floating-banner .action-close.first {
    bottom: 145px;
}
.floating-banner .action-close.second {
    bottom: 125px;
}
.floating-banner .action-close .btn {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
}
.floating-banner .action-close .box {
}
.floating-banner .action-close .cta {
  /*display: inline-block;*/
  padding: 0 0.8em;
  height: 35px;
  line-height: 35px;
  font-size: 100%;
  background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
  box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
  border-radius: 20px;
  margin: 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {

.floating-banner {
  display: none;
}
}

/* checkbox non-display */
.floating-banner .checkbox {
    display: none;
}

/* close button's control */
.floating-banner .action-close #close:checked ~ .btn {
    display: none;
}
.floating-banner .action-close #close:checked ~ .box {
    display: none;
}
.floating-banner .action-close.second #closeTwo:checked ~ .btn {
    display: none;
}
.floating-banner .action-close.second #closeTwo:checked ~ .box {
    display: none;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



/*動画部分に関するCSS
--------------------------------------------------------------------------------*/
.movie_thum {
	margin-top: -10px;
	overflow-x: scroll;
	display: flex;
}
.movie_thum.top {
	display: block;
	margin-top: 0;
	overflow-y: scroll; overflow-x: hidden;
	height: 424px;
}
.movie_thum.double {
	overflow: hidden;
}
.movie_thum .movie-list {
	margin: 25px 1.5% 0;
	width: 44%;
	flex-shrink: 0;
}
.movie_thum.top .movie-list {
	margin: 0 auto;
	width: 90%;
}
.movie_thum.double .movie-list {
	width: 47%;
}
.movie_thum .movie-list .box {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.movie_thum .movie-list .box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-area {
	overflow: hidden;
}
.movie-area h3,
.movie-area h4 {
	background:url(../imgoa/products/detail/arrow.jpg) no-repeat left top;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.3;
	padding:0 0 0 20px;
	margin:30px 0 15px;
}
.movie-wrap {
	margin: 20px auto 0;
	width: 88%;
}
.movie-wrap.two-retsu {
	width: 47%;
	float: left;
	margin: 20px 1.5% 0;
}
.movie-box {
	height: 0;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	border: 1px solid #ccc;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*よくある質問構造化に関するCSS
--------------------------------------------------------------------------------*/
.structFaq {
	margin: 0 10px 30px;
	font-size: 108%;}
.structFaq dl dt {
	border-bottom: solid 2px #fff;
	position: relative;
}
.structFaq dl dt:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*縦線*/
	width: 15px;
	height: 2px;
	background: #aeaeae;
	transition: all .2s ease-in-out;
}
.structFaq dl dt:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	  width: 15px;
	height: 2px;
	/*横線に*/
	transform: rotate(90deg);
	background: #aeaeae;
	transition: all .3s ease-in-out;
}
.structFaq dl dt.active:before{
	transform: rotate(180deg);
}
.structFaq dl dt.active:after{
	 opacity: 0;
}
.structFaq dl dt * {
	background:url(../imgoa/common/ico_q_a01.png) left 12px top 10px no-repeat #f5f5f5 !important;
	display: block;
	cursor:pointer;
	font-weight: 600;
	padding: 1em 1em 1em 50px !important; margin: 0 !important;
}
.structFaq dl dd {
	display:none;
	padding: 1em 1em 1em 12px;
}
.structFaq dl dd p {
	background:url(../imgoa/common/ico_q_a02.png) left top 10px no-repeat #fff !important;
	margin: 0 0 0.7em;
	padding: 10px 0 5px 39px;
	line-height: 2;
}
.structFaq dl dd p a {
	display: inline-block;
	margin-top: 0.7em;
}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* header */
div#headwrapper{
	background:url(../imgoa/common/back_head.gif) left -4px repeat-x;;
}
div#header{
	width:950px;
	margin:0 auto;
	text-align:left;
	padding:10px 0 0 0;
	position: relative;
}
div#header h1{
	float:left;
	margin:0;
	padding:0 0 0 0;
    font-size: 85%;
	width:auto;
	font-weight:normal;
	color:#333;
	lihe-height:1.0;
	height:28px;
}
div#header ul#headmenu{
	background: #cc0000 none repeat scroll 0 0;
    border-bottom: 1px solid #880000;
    border-radius: 0 0 5px 5px;
    font-size: 85%;
    margin: 0;
    padding: 0 0 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 290px;
}
div#header ul#headmenu li{
	background:url(../imgoa/common/arrow_w.png) no-repeat left center;
	padding:0 0 0 10px;
	margin:0 5px 0 5px;
	display:inline;
}
div#header ul#headmenu li a{
	color:#fff;
}
div#header ul#headmenu li a:hover {
	color:#fff;
}
div#header div#headmain {
	overflow: hidden;
	width: 950px;
}
div#header div#headmain div#headleft {
	float:left;
	width:645px;
	padding:5px 0 0 0;
}
div#header div#headmain div#headright{
	float:right;
	width:295px;
	padding:11px 0 0 0;
	overflow: hidden;
}
div.logoTop{
	float:left;
	width: 175px;
	margin:7px 0 0 0;
	/* border-right: 1px dotted #a0a0a0; */
	padding-right: 10px;
}
div.logoTop p.logo{
	margin: 0;
}
div.logoTop p.logo_catchcopy{
	background: url(../imgoa/common/logo_catchcopy.gif) left center no-repeat;
	line-height: 12px;
	margin:6px 0 0 0;
    overflow: hidden;
	text-indent: 100%;
    white-space: nowrap;
}
div#header p.headimg{
	float:right;
	width:auto;
	margin:0;
}
div#header div#headmain div#headright ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
	width:295px;
}
div#header div#headmain div#headright ul li {
	float:left;
	padding:0;
	margin:0 0 5px 5px;
}
div#header p.headtel{
	float:left;
	width:auto;
	margin:7px 0 0 5px;
}
div#header p.telholiday{
	display:none;
}
div#header p.estimate{
	float:right;
	width:auto;
	margin:7px 0 0 0;
}
div#header div#menu{
}
div#header div#menu ul{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:auto;
}
div#header div#menu ul li{
	float:left;
	padding:0;
	margin:0;
}
div#header div#menu div#searcharea{
	float:right;
	background:url(../imgoa/common/back_search.jpg) no-repeat;
	width:253px;
	height:54px;
}
div#header div#menu div#searcharea form input.input{
	background:url(../imgoa/common/back_input.jpg) no-repeat;
	width:124px;
	height:25px;
	border:none;
	padding:0 30px 0 10px;
	margin:13px 12px 0 13px;
	float:left;
}
div#header div#menu div#searcharea form input.search{
	margin:13px 0 0 0;
}

/*ヘッダーの重要なお知らせ*/

div#head .headNews {
	background: #c90909;
	padding: 10px 0 8px 0;
}
div#head .headNews p {
	background: #fff;
	font-size:93%;
	margin:10px auto 0;
	padding: 0.8em 0 0.7em 0.5em;
	text-align: left;
	width: 950px;
}
div#head .headNews p.none {
	display: none;
}
div#head .headNews p strong {
	color: #d90000;
}

div#head .headCorona {
	background: #fdeaec;
}
div#head .headCorona p {
	margin: 0 auto;
	padding: 1.2em 0;
	text-align: left;
	width: 950px;
}


/*新検索周り*/
div#headwrapper div#head div.searchArea {
	background: #c90909;
	/*border-top: 1px solid #c5c3c3;*/
	overflow: hidden;
}
div#headwrapper div#head div.searchArea div.searchBack {
	margin: 0 auto;
	width: 950px;
	height: 85px;
	overflow: hidden;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left {
	float: left;
	width: 580px;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul {
	font-size: 124%;
	margin: 11px 0 0;
	overflow: hidden;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul li {
	background:url(../imgoa/common/gnavi_line.png) right top repeat-y;
	float: left;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul li:nth-child(1) {
	padding: 7px 12px 7px 0;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul li:nth-child(2) {
	padding: 7px 12px;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul li:nth-child(3) {
	padding: 7px 13px;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul li:nth-child(4) {
	padding: 7px 0 7px 13px;
	background: none;
}
div#headwrapper div#head .searchArea .searchBack .searchBack_left ul li a {
	display: block;
}
div#headwrapper div#head div.searchArea div.searchBack div.searchBox {
	width: 350px;
	float: right;
}
div#headwrapper div#head div.searchArea div.searchBack #searcharea {
	width:350px;
	position: relative;
	margin-top: 11px;
}
div#headwrapper div#head div.searchArea div.searchBack #searcharea form input.input{
	background: #FFF;
	width:258px;
	height:28px;
	border: 1px solid #c8bab0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 80px 0 10px;
}
div#headwrapper div#head div.searchArea div.searchBack #searcharea form input.search{
	position: absolute; top: 4px; right: 4px; width: 52px; height: 22px;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords dl {
	margin: 11px 0 0;
	overflow: hidden;
	font-size: 100%;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords dl dt {
	color: #fff;
	font-size: 93%;
	float: left;
	font-weight: bold;
	margin: 2px 4px 0 0;
	width: 104px;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords dl dd {
	float: left;
	width: 242px;
	font-size: 93%;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords dl dd ul{
	height: 26px;
	margin: 0;
	overflow: hidden;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords dl dd ul .flickity-slider li{
	background: #fae7e9;
	margin: 0 0 0 4px;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 112px;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords dl dd ul li a{
	display: block;
	color: #c90909;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords button{
	background-image: none;
	background-color: #c90909;
	width: 18px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}
/*div#headwrapper div#head div.searchArea div.searchBack #searchwords button.slick-prev {
	background:url(../imgoa/common/search_arrow.png) center top -1px no-repeat #c90909 !important;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords button.slick-next {
	background:url(../imgoa/common/search_arrow.png) center bottom no-repeat #c90909 !important;
}*/
div#headwrapper div#head div.searchArea div.searchBack #searchwords .flickity-prev-next-button {
	top: 45%;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords .flickity-prev-next-button .arrow {
	fill: #fff;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords .flickity-prev-next-button.previous {
	left: -2px;
}
div#headwrapper div#head div.searchArea div.searchBack #searchwords .flickity-prev-next-button.next {
	right: -2px;
}

/*新グローバルナビ（停止中）*/
div#headwrapper div#head div.gNavi {
	border-top: 1px solid #c5c3c3;
	overflow: hidden;
	padding: 5px 0;
	background: #c90909;
}
div#headwrapper div#head div.gNavi ul {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
	border-right: 1px solid #c5c3c3;
	background: url(../imgoa/common/search_back.png) right bottom no-repeat;
}

div#headwrapper div#head div.gNavi ul li {
	border-left: 1px solid #c5c3c3;
	font-size: 108%; font-weight: bold; float: left;
	text-align: cener;
	width: 115px;
}
div#headwrapper div#head div.gNavi ul li.last {
	border-right: 1px solid #c5c3c3;
}
div#headwrapper div#head div.gNavi ul li a {
	display: block;
	width: 115px;
	padding: 8px 0;
	color: #333;
}
div#headwrapper div#head div.gNavi ul li a:hover {
	background:url(../imgoa/common/back_gnavi_a.png) left center no-repeat;
	/*color: #ff9600;*/
}
div#headwrapper div#head div.gNavi ul li#searcharea {
	border-left: none;
	width: 250px;
}
div#headwrapper div#head div.gNavi ul li#searcharea div form input.input{
	background:url(../imgoa/common/back_search_in.png) no-repeat;
	width:124px;
	height:25px;
	border:none;
	padding:0 30px 0 10px;
	margin:16px 0 0 10px;
	float:left;
}
div#headwrapper div#head div.gNavi ul li#searcharea div form input.search{
	margin:16px 0 0 0;
}

/*Yahooカスタムサーチ*/
#srchBox {
    width:253px;
    _width:251px;
    color:#333333;
    text-align:left;
}
#srchBox * {
    margin:0;
    padding:0;
    font-size:13px;
    *font-size:small;
    *font:x-small;
}
#srchBox a img {
    border:none;
}
#srchBox #srch {
    margin:16px 0 0 13px;
}
#srchBox #srch #srchForm {
    white-space:nowrap;
    background:url(../imgoa/common/search_glass.png) left 144px center no-repeat;
}
#srchBox #srchInput {
    margin-right:6px;
    border: none;
}
#srchBox #srchBtn {
    width:51px;
    margin-top: 0;
}
*html #srchBox #srchBtn {
    padding-top:2px;
}
*:first-child+html #srchBox #srchBtn {
    padding-top:2px;
}
#srchBox ul {
    margin-top:6px;
    text-align:left;
}
#srchBox li {
    list-style-type:none;
    display:inline;
    zoom:1;
    padding-right:10px;
}
#srchBox li input {
    zoom:1;
    margin-right:2px;
    _margin:-4px 0 -4px -4px;
    vertical-align:middle;
    border:0;
}
*:+html #srchBox li input {
    margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
    margin:6px 6px 6px 0;
    text-align:right;
}
#srchBox #srchLogo a {
    color:#666666;
    text-decoration:none;
    font-size:85%;
}
#srchBox #srchLogo a:hover {
    text-decoration:underline;
}
#srchBox.watermark {
    padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
    /*background: url(../imgoa/common/back_search_in.png) 0 0 no-repeat;*/
    background: url(//i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) left 14px center no-repeat;
    border: 1px solid #c3c3c3;
    height: 20px;
	padding: 1px 8px 2px 8px;
    width:148px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0px 0px 1px 0px rgb( 153, 153, 153 );
	-moz-box-shadow: 0px 0px 1px 0px rgb( 153, 153, 153 );
	-webkit-box-shadow: 0px 0px 1px 0px rgb( 153, 153, 153 );
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
    display: none;
}

/* ヘッダーの吹き出しに関するCSS
--------------------------------------------------------------------------------*/
div#header div#telBalloon {
	position: absolute;
	top: 2px;
	left: 582px;
}

/* ソーシャルボタンーに関するCSS
--------------------------------------------------------------------------------*/
iframe.twitter-share-button {
	width: 100px!important;
}
iframe[src*="www.facebook.com/plugins/like.php"]{
	width:110px !important;
}
#___plusone_0 {
	width:75px !important;
}

/* コピー機サイトと家具サイトの切替えタブに関するCSS
--------------------------------------------------------------------------------*/
div#headwrapper div#websiteSwitch {
	position: absolute;
	top: 215px;
	width: 67px;
}
div#headwrapper div#websiteSwitch ul li {
	margin-bottom: 11px;
	width: 67px;
}
div#headwrapper div#websiteSwitch ul li.slide {
	left: -20px;
	position: relative;
	width: 87px;
}
div#headwrapper div#websiteSwitch ul li.slide:hover {left: 0;}


/*contents*/
div#wrapper,
div#container{
	margin:0;
	padding:0;
	clear:both;
	width:950px;
	margin:0 auto;
	text-align:left;
	color:#333333;
	font-size:13px;
	line-height:1.5;
}

/*onecolumn*/
#one_maincolumn {
	margin:0 0 30px;
}

/*left*/
div#left,
div#two_maincolumn_left {
	width:735px;
	float:left;
	margin:0 0 20px 0;
}
/*right*/

div#rightcolumn,
div#right {
	width:200px;
	float:right;
	margin:40px 0 20px 0;
}
/*foot*/
div.foot_area {
	clear:both;
	margin: 0 auto 30px;
	padding: 15px 10px 10px;
	border: 1px solid #aaa;
	text-align: left;
	width: 926px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 1px 0px rgb( 153, 153, 153 );
}
/*foot_contact*/
div.foot_area div.ttl_foot_contact {
	border-bottom: 1px dotted #a0a0a0;
	padding: 0 0 10px;
	overflow: hidden;
	text-align: left;
	width: 100%;
}
div.foot_area div.ttl_foot_contact img {
	width: 100%; height: auto;
}
div.foot_area div.ttl_foot_contact p {
	margin: 0;
	display: inline-block;
	/*float: right;
	width: 544px;*/
}
div.foot_area div.ttl_foot_contact .step {
	margin-left: 30px;
}
div.foot_area div.foot_contact_bottom {
	width:100%;
	margin: 20px 0 5px;
}
div.foot_area div.foot_contact_bottom .foot_photo {
	float: left;
	width: 610px;
}
div.foot_area div.foot_contact_bottom .foot_photo img {
	float: left;
}
div.foot_area div.foot_contact_bottom div.foot_photo .group {
	margin-right: 19px;
}
div.foot_area div.foot_contact_bottom .foot_mail {
	border-left: 1px solid #a0a0a0;
	padding-left: 14px;
	float: right;
	width: 290px;
}
div.foot_area div.foot_contact_bottom .foot_mail p {
	margin: 0 0 10px;
}
/*footinfo*/
div#footinfo{
	clear:both;
	width:954px;
	height:210px;
	margin:0 auto 30px auto;
	text-align:left;
	background:url(../imgoa/common/back_footcontact.jpg) no-repeat;
}
div#footinfo div#footphoto{
	float:left;
	width:300px;
	margin:19px 0 0 12px;
}
div#footinfo div#footright{
	float:right;
	width:613px;
	margin:19px 12px 0 0;
}
div#footinfo div#footright p{
	margin:0 0 10px 0;
}
div#footinfo div#footright p img.foottel{
	float:left;
	margin:0 10px 0 0;
}
div#footinfo div#footright p img.contactbtn{
	margin:0 0 5px 0;
}
/*footlink*/
div#footlink{
	clear:both;
	width: 926px;
	margin: 0 auto 30px;
	text-align:left;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 1px 0px rgb( 153, 153, 153 );
}
div#footlink p{
	font-weight:bold;
	border-bottom:1px dotted #333;
	background:url(../imgoa/common/icon01.jpg) no-repeat left center;
	padding:0 0 0 15px;
	margin:10px 0 5px 0;
}
div#footlink p#path{
	color:#535353;
	font-size: 93%;
	background:url(../imgoa/common/home.jpg) no-repeat;
	margin:0;
	padding:3px 20px;
	line-height:1.0;
	font-weight:normal;
	border-bottom:none;
}
div#footlink p#path a{
	color:#535353;
}
div#footlink ul{
	list-style-type:none;
	margin:0;
}
div#footlink ul li{
	display:inline;
	color:#535353;
	font-size: 93%;
	white-space:nowrap;
}
div#footlink ul li span{
	font-size: 93%;
}

div#footlink ul li a{
	color:#535353;
}
div#footlink img.exlink{
	padding:0 0 3px 8px;
}

/*fujifilm_note*/
div.fujifilm_note {
	color: #aaa;
	font-size: 84.5%;
	margin: 0 auto 30px;
	text-align: left;
	width: 940px;
}
div.fujifilm_note p {
	margin: 0.8em 0
}

/*totop*/
div#totop{
	clear:both;
	background:url(../imgoa/common/back_totop.jpg) repeat-x bottom;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	margin:0;
}
div#totop p {
	background:url(../imgoa/common/totop.jpg) no-repeat right;
	margin:0 auto;
	height:22px;
	width:940px;
	padding:7px 10px 0 0;
	font-size:12px;
}
div#totop p a{
	color:#FFF;
}
/*footer*/
#footerwrapper{
	clear:both;
	background:url(../imgoa/common/back_foot.gif) repeat;
	font-size:100%;
	margin:0;
	padding:3px 0 0 0;
}
#footerwrapper ul{
	list-style-type:none;
	margin:4px 8px;
	text-align: center;
}
#footerwrapper ul li{
	display:inline;
	color:#fff;
}
#footerwrapper ul li a{
	color:#fff;
}
#footer{
	background: #fff;
}
#footer img{
	width: 100%; height: auto;
}
#footer div.footer_box{
	width: 950px;
	margin:0 auto 20px;
	padding:0;
	text-align: left;
	overflow: hidden;
}
#footer p{
	margin: 0; padding: 0;
}
#footer .footCopy{
	margin-bottom: 25px;
	text-align: center;
}
#footer .footLeft{
	float: left;
	margin-top: 15px;
	width: 555px;
}
#footer .footLeft p span{
	font-weight: 700;
	font-size: 0.9em;
}
#footer .footRight{
	float: right;
	margin-top: 17px;
	width: 340px;
}
#footer .oa_logo{
	float: right;
	width: 125px;
	display: block;
	margin-top: 7px;
}
#footer .footRight .privacy_area{
	float: left;
	width: 200px;
	margin-right: 15px;
}

/* 入力フォーム関連 */
.cur_focus {
    background-color: #E0FFFF;
}
.cur_focus:hover {
    background-color: #E0FFFF;
}
.input_must.still {
    background-color: #ffe8e8;
}