@charset "utf-8";

@media screen and (min-width: 1080px) {
.forStudio {
    padding: 0 !important;
}
}
.studiops {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    text-align: left;
    font-size: 15px;
}

@media screen and (min-width: 1080px) {
    .studiops_c-inner  {
      max-width: 950px;
      min-width: 950px;
      width: 950px;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #ffffff;
    }
  }



/* ==========================
    メイン
========================== */
/* #main {
	background: url("../../img/studio/bg_main.jpg") no-repeat scroll 0 0 transparent;
	width:950px;
	height:489px;
	margin:0 auto;
	position:relative;
}
#main p.btn01 {
	position:absolute;
	top:205px;
	left:60px;
}
#main p.btn02 {
	position:absolute;
	top:290px;
	left:60px;
} */

/* ==========================
    グローバルナビ
========================== */
#globalNavi {
	width:885px;
	height: 250px;
	margin:-110px auto 0;
	position: relative;
}
#globalNavi ul li {
	float: left;
}
#globalNavi ul .g01 {
	margin: 22px 0 0;
}
#globalNavi ul .g02 {
	margin: 0 -4px;
}
#globalNavi ul .g03 {
	margin: 36px 0 0;
}
#globalNavi ul .g04 {
	margin: 22px 0 0 -5px;
}
#globalNavi ul .g05 {
	margin: 50px 0 0;
}
/* ==========================
    ブロック
========================== */
h2#entry01,
h2#entry02,
h2#entry03,
h2#entry04,
h2#entry05,
h2#entry06 {
	background-color: #182d55;
	padding: 6px 0;
	text-align: center;
}
.entryblock {
	width:720px;
	margin:0 auto;
	padding:0;
}
.entryblock + p {
	padding: 30px;
}
.content-group {
	padding: 30px 0;
}

/* おすすめプラン */
#plan ul {
	margin: 6px 0 25px;
}
#plan ul li {
	float: left;
	background-color: #182d55;
	width:236px;
	padding: 6px 0;
	text-align: center;
}
#plan ul li.center {
	margin:0 6px;
}
#plan table {
	width:100%;
}
#plan th  {
	background-color: #182d55;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: left;
}
#plan th,
#plan td {
	padding: 6px 12px;
}
#plan td span {
	margin:0 36px;
}
#plan td.active  {
	background-color: #eeeeee;
}

/* 商品ラインナップ　*/
#cayegoryList {
	padding: 30px 0 0;
	overflow: hidden;
    position: relative;
}
#cayegoryList ul {
	width:550px;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;

}
#cayegoryList ul li {
	float: left;
	width:121px;
	margin:8px;
    position: relative;
    left: -50%;
}

/* ==========================
    お知らせ
========================== */
#news {
    margin: 20px;
    padding: 10px;
    text-align: center;
 }
 
/* ==========================
    トップページリニューアル｜201411
========================== */
.top_title {
	background-color: #b5b4b4;
	padding: 7px 0;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
    min-width: 950px;
}
.top_main {
	background-image: url("../../img/studio/top_main_bg.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 540px;
}
.top_main h2 {
	margin: 0 0 0 38px;
	padding: 0;
}
.top_main p {
	padding: 200px 0 0 459px;
}
.top_main div {
	padding: 31px 0 0 482px;
}

.top_section {
	text-align: center;
	padding: 35px 0;
    min-width: 950px;
}
.top_case_inner {
	background-image: url("../../img/studio/top_case_bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 950px;
	height: 675px;
}
.top_case_inner ul {
	padding: 73px 0 0 0;
}
.top_case_inner div {
	left: -340px;
    position: relative;
    top: -260px;
}
.top_innerSet_755 {
	margin:0 auto;
	width: 755px;
}
.top_innerSet_755 table {
	width: 100%;
	margin-bottom: 47px;
	table-layout: fixed;
}
.top_innerSet_755 table caption {
	caption-side: top;
	text-align: left;
	margin-bottom: 10px;
}
.top_innerSet_755 table th {
	background-color: #182d55;
}
.top_innerSet_755 table td {
	background-color: #eef0f3;
}
.top_innerSet_755 table td.even {
	background-color: #fbfcfd;
}
.top_innerSet_755 table th,
.top_innerSet_755 table td {
	padding-top: 11px;
	padding-bottom: 11px;
}
.top_innerSet_755 table .col {
	padding-left: 24px;
}
.colLeft {
	float: left;
	width: 361px;
}
.colRight {
	float: right;
	width: 361px;
}
.top_innerSet_685 {
	margin:0 auto;
	width: 685px;
	text-align: left;
}

.top_innerSet_720 {
	background-color: #f3f3f3;
	margin: 0 auto;
	padding: 20px;
	width: 720px;
}

.information {
    background-color: #fbecec;
    border: 1px solid #eeadad;
    margin: 15px;
}
.information .info-heading {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 12px;
}
.information .info-heading:hover {
    opacity: 0.9;
}

/* margin */
.mb_18 {
	margin-bottom: 18px;
}
.mb_21 {
	margin-bottom: 21px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_28 {
	margin-bottom: 28px;
}
.mb_35 {
	margin-bottom: 35px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_44 {
	margin-bottom: 44px;
}
.mb_66 {
	margin-bottom: 66px;
}

@charset "utf-8";
<!--
-->
#headContents {
	margin:0;
	background: url("../../../styles/img/serviceNav/site_navi_line.gif") repeat-x scroll 0 bottom #FFF;
}
#headContents h1 {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	margin: 3px 0 10px;
	text-align: left;
}
#headContents #headContents_inner {
	width:950px;
	margin:0 auto;
	padding:0;
}

#headContents #companyNav {
	float:left;
	width:180px;
	text-align:left;
	margin:5px 0 0;
}
#headContents #serviceNav {
	float:right;
	width:575px;
	margin:0 0 5px;
	/margin:0 0 -5px;
}

#headContents #serviceNav li {
	float:left;
	height:39px;
	line-height:0;
}
#headContents #serviceNav li.w91 {
	width:91px;
}
#headContents #serviceNav li.w80 {
	width:80px;
}
#headContents #serviceNav li.w80 div {
	margin:12px 0 0;
}
#headContents #serviceNav li.w82 {
	width:82px;
}

@charset "utf-8";
/* ==========================
    ステップガイド
========================== */
#stepGuide {
	height:69px;
	margin:0 0 15px;
	background: url("../../img/category/bg_stepGuide.gif") repeat-x scroll 0 center;
	position: relative;
	overflow: hidden;
}
#stepGuide ul {
	position: relative;
	left: 50%;
	float: left;
	margin-top:7px;
}
#stepGuide ul li {
	float: left;
	margin:0;
	position: relative;
	left: -50%;
}
/* ==========================
    全体設定
========================== */
.question_field table {
	width:100%;
	margin-bottom:30px;
}
.question_field table th {
	vertical-align:top;
	font-weight:bold;
	width:25%;
	text-align:right;
	padding:0 1em 1em;
}
.question_field table td {
	border-left:1px dotted #ccc;
	padding:0 1em;
}
.question_field table td > div {
	margin:0 0 15px;
	position: relative;
}
.QuestionSummaryText {
	margin:0 0 0.5em;
	color: #666666;
	font-size:92%;
}
.QuestionSummaryExample {
	margin:0 0 0.5em;
	color: #666666;
	font-size:92%;
}
.Questions.w320 {
	width:380px;
}
.Questions input {
	padding:0.3em;
}
.Questions textarea {
	width:100%;
	padding:0.5em 0.3em;
}
.updnWatermark {
	color: #999;
	font-size:92%;
}
/* ==========================
    option水平配置　CSS上書き
========================== */
.inline .QuestionType li {
	float: left;
	margin: 0 1em 0 0;
}

/* ==========================
    希望のイメージ　CSS上書き
========================== */
.w320 .QuestionType {
	padding:0 1em;
}
.QuestionType .ui-widget-content {
	border: 1px solid #F9A21F;
	color: #333333;
}
.QuestionType .ui-state-default,
.QuestionType .ui-widget-content .ui-state-default {
	background-color: #F9A21F;
	background-image:none;
	border: 1px solid #F9A21F;
	color: #1C94C4;
	font-weight: bold;
	outline: medium none;
}
.QuestionType .ui-slider li,
.QuestionType .ui-slider dd {
	color: #313131;
}


@charset "utf-8";#cayegoryList {
    margin: 0 0 30px;
    overflow: hidden;
    position: relative
}

#cayegoryList ul {
    width: 550px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%
}

#cayegoryList ul li {
    float: left;
    width: 121px;
    margin: 8px;
    position: relative;
    left: -50%
}

#cayegoryList ul li a {
    text-align: center
}

#productSpec {
    margin: 0 0 10px
}

#productSpec #productSpec_left {
    float: left
}

#productSpec #productSpec_left h3 {
    margin: 0 0 1em
}

#productSpec #productSpec_left p {
    margin-left: 12px
}

#productSpec #productSpec_right {
    float: right;
    width: 440px;
    margin-right: 10px
}

#productSpec p.small {
    font-size: 94%;
    color: #444
}

#productSpec table.spec {
    width: 100%;
    margin: 1em 0 .5em;
    border: 1px solid #000
}

#productSpec table.spec th {
    background-color: #FFF;
    border: 1px solid #000;
    vertical-align: middle;
    padding: .5em;
    text-align: center
}

#productSpec table.spec td {
    background-color: #FFF;
    border: 1px solid #000;
    vertical-align: middle;
    padding: .5em
}

#productSpec table.spec p {
    white-space: normal
}

.campaign {
    text-align: center
}

.campaign p {
    font-size: 92%;
    margin: 5px 0 0;
    color: #666
}

#tabList {
    margin: 0 0 15px
}

#tabList ul {
    background-color: #fff
}

#tabList ul li {
    float: left;
    width: 286px
}

#tabList ul li a {
    text-decoration: none;
    color: #000;
    display: block
}

#typeList {
    margin: 0 0 30px
}

#typeList .inner {
    border-bottom: 1px solid #ccc
}

#typeList .inner.end {
    border: 0
}

#typeList .inner h3 {
    margin: 0 0 15px;
    padding: 30px 12px 0
}

#typeList .inner ul {
    margin: 0 0 30px
}

#typeList .inner div {
    margin: 0 0 30px
}

#typeList ul {
    background-color: #fff
}

#typeList ul li {
    float: left;
    width: 280px;
    margin: 2px
}

#typeList ul li a {
    text-decoration: none;
    color: #000;
    display: block
}

#typeList_free {
    text-align: center
}

.colorType label {
    margin-left: 4px;
    padding-left: 20px
}

.colorType label#red {
    background: url("../../img/category/color-icon_red.gif") no-repeat 0 50%
}

.colorType label#blue {
    background: url("../../img/category/color-icon_blue.gif") no-repeat 0 50%
}

.colorType label#green {
    background: url("../../img/category/color-icon_green.gif") no-repeat 0 50%
}

.colorType label#orange {
    background: url("../../img/category/color-icon_orange.gif") no-repeat 0 50%
}

.colorType label#pink {
    background: url("../../img/category/color-icon_pink.gif") no-repeat 0 50%
}

.colorType label#yellow {
    background: url("../../img/category/color-icon_yellow.gif") no-repeat 0 50%
}

.colorType label#black {
    background: url("../../img/category/color-icon_black.gif") no-repeat 0 50%
}

#image-bloc {
    width: 650px;
    margin: 0 auto;
    /display: none
}

#image-bloc p {
    margin: 0 0 5px;
    color: #666
}

#image-bloc li {
    width: 650px
}

.uchiwaArea {
    background: url("../../img/category/uchiwa/studio_uchiwa.jpg") no-repeat 0 0;
    width: 860px;
    height: 703px;
    margin: 2em auto 0;
    text-align: center
}

.uchiwaArea .btn_form {
    width: 663px;
    height: 71;
    margin: 0 auto;
    padding-top: 580px
}

.uchiwaprice {
    margin: 0 auto 1em
}

.uchiwaprice h3 {
    font-size: 18px;
    text-align: center;
    margin: 1em 0
}

.uchiwaprice table {
    width: 815px;
    table-layout: fixed;
    border-spacing: 12px;
    border-collapse: separate;
    margin: -12px auto 0;
    text-align: center
}

.uchiwaprice table td .inner {
    background-color: #fff;
    margin: 6px;
    padding: 1em 6px
}

.uchiwaprice table .bg01 {
    background-color: #cdeefd
}

.uchiwaprice table .bg02 {
    background-color: #fff196
}

.uchiwaprice table .bg03 {
    background-color: #d8f395
}

.uchiwaprice table h4 {
    font-weight: bold;
    font-family: "Arial","helvetica",sans-serif;
    font-size: 18px;
    margin: .5em 0
}

.uchiwaprice table h4.price {
    font-size: 12px
}

.uchiwaprice table h4 span {
    font-size: 36px
}

.uchiwaprice table p {
    font-size: 15px;
    text-align: left;
    margin: 0 0 1em
}

.uchiwaprice table ul li {
    margin: 0 0 1em
}

.uchiwaprice .form {
    width: 663px;
    height: 71px;
    margin: 1em auto
}

.uchiwaprice .inquiey_tel {
    background-color: #f3f3f3;
    margin: 0 auto;
    padding: 30px 0;
    width: 791px;
    text-align: center
}

.uchiwaplanfrom {
    width: 860px;
    margin: 2em auto 0;
    padding: 0 0 4em
}

.uchiwaplanfrom #uchiwa_type {
    margin: 0 0 1em
}

.uchiwaplanfrom #uchiwa_type input {
    vertical-align: middle
}

.uchiwaplanfrom textarea {
    padding: .3em
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom:1}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../category/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom:1;*display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../../category/images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../../category/images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../../category/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../../category/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80,80,80,0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.design_inquiry_main {
    text-align: center;
    background: url("../../img/design_inquiry/bg_main.png") no-repeat scroll 0 0 transparent;
    background-size: cover;
    height: 610px;
    margin: 0 0 25px
}

.design_inquiry_main .ttl_remake {
    margin: 0 0 53px;
    padding: 50px 0 0
}

.design_inquiry_main .txt_remake {
    margin: 0 0 27px
}

.design_inquiry_main .btn_contact {
    margin: 0 0 30px
}

.workArea {
    text-align: center;
    background: url("../../img/design_inquiry/bg_example.png") no-repeat scroll 0 0 transparent;
    width: 860px;
    height: 918px;
    margin: 0 auto 40px
}

.workArea .txt_example {
    margin: 0 0 19px;
    padding: 125px 0 0
}

.workArea .ttl_example {
    margin: 0 0 55px
}

.contactArea {
    text-align: center;
    border-radius: 6px;
    background-color: #eee;
    width: 860px;
    margin: 0 auto 45px;
    padding: 9px 0
}

.contactArea .inner {
    margin: 0 9px;
    background-color: #fff
}

.contactArea .ttl_contact {
    margin: 0 0 11px;
    padding: 49px 0 0
}

.contactArea .btn_contact {
    margin: 0 0 29px
}

.contactArea .img_tel {
    padding: 0 0 38px
}

.contactArea .inner {
    margin: 0 9px;
    background-color: #fff
}

.contactArea .ttl_contact {
    margin: 0 0 11px;
    padding: 49px 0 0
}

.contactArea .btn_contact {
    margin: 0 0 29px
}

.contactArea .img_tel {
    padding: 0 0 38px
}

.flowArea {
    width: 860px;
    margin: 0 auto 75px
}

.flowArea li {
    float: left;
    width: 166px
}

.flowArea li+li {
    margin-left: 10px
}

.flowArea li:last-child {
    width: 141px
}

.flowArea h4 {
    margin: 0 0 14px
}

.flowArea dl {
    width: 140px
}

.flowArea dt {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    margin: 0 0 20px;
    text-align: center
}

.flowArea dd {
    font-size: 13px
}

.formArea {
    width: 860px;
    margin: 0 auto
}

.form_importance_btn {
    margin-bottom: 1em
}

#design_inquiry .title {
    line-height: 61px;
    font-size: 30px;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin: 0 0 37px
}

#wrapper.veterinary_mode {
    padding-top: 0
}

.veterinary-color {
    text-align: center;
    background: #feed01
}

.veterinary-color-calendar {
    text-align: center;
    background: url("../../img/design_inquiry/img_calendars.png") no-repeat scroll 0 center transparent;
    width: 950px;
    height: 747px;
    background-color: #f1c6de
}

.veterinary-calendar-btn {
    margin-top: 645px
}

.veterinary-calendar-btn a:hover {
    opacity: .9
}

.headline {
    line-height: 61px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1em
}

#goform.headline {
    background: #005ca9;
    font-size: 30px;
    color: #fff
}

.veterinary_main {
    padding: 30px 0 48px
}

.veterinary_link {
    text-align: center;
    background: #e7e7e7
}

.veterinary_link a {
    display: block;
    padding: 30px 0
}

.veterinary_merit {
    text-align: center
}

.veterinary_merit .merit-head {
    margin: 60px 0
}

.veterinary_merit .merit-content {
    padding: 15px 0
}

.veterinary_merit .sys_line {
    border-top: 1px solid #0070b8;
    width: 840px;
    margin: 0 auto
}

.veterinary_contact {
    margin: 0 0 50px;
    padding: 28px 0 54px
}

.appeal-head {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #005ca9;
    margin: 0 0 28px
}

.appeal-example {
    text-align: center;
    margin: 0 0 60px
}