@charset "utf-8";

* {
    -webkit-touch-callout:none;
}
html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    font-family: "メイリオ","Meiryo","ＭＳ ゴシック","MS PGothic","Osaka",Arial, "sans-serif";
    color: #333333;
    background: url(../img/bg.jpg) repeat;
    -webkit-text-size-adjust: 100%; 
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
ul, li, p {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
a {
    //color: #19518E;
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #0F61C4;
    text-decoration: underline;
}

img {
    border: none;
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.7;
}
a img {
    transition: opacity 0.3s ease-out;
}
.center { text-align: center; }
.right  { text-align: right; }
.left   { text-align: left; }
.bold   { font-weight: bold !important; }
.normal { font-weight: normal !important; }
.floatLeft  { float: left;  }
.floatRight { float: right; }
.clear      { clear: both;  }
.underline  { text-decoration: underline; }
.caution {
    color: #FF0000 !important;
}
.mar0  { margin-bottom:  0px !important; }
.mar5  { margin-bottom:  5px !important; }
.mar10 { margin-bottom: 10px !important; }
.mar20 { margin-bottom: 20px !important; }
.mar30 { margin-bottom: 30px !important; }
.mar40 { margin-bottom: 40px !important; }
.mar50 { margin-bottom: 50px !important; }
.mar60 { margin-bottom: 60px !important; }
.mar70 { margin-bottom: 70px !important; }
.mar80 { margin-bottom: 80px !important; }
.mar90 { margin-bottom: 90px !important; }
.mar100 { margin-bottom: 100px !important;  }
.marR10 { margin-right: 10px; }
.marR20 { margin-right: 20px; }
.marR30 { margin-right: 30px; }
.marR40 { margin-right: 40px; }
.marR50 { margin-right: 50px; }
.padT5  { padding-top:  5px; }
.padT10 { padding-top: 10px; }
.padT15 { padding-top: 15px; }
.padT20 { padding-top: 20px; }
.padT25 { padding-top: 25px; }
.padT30 { padding-top: 30px; }
.padW5  { padding: 0px  5px; }
.padW10 { padding: 0px 10px; }
.padW15 { padding: 0px 15px; }
.padW20 { padding: 0px 20px; }
.padW25 { padding: 0px 25px; }
.padW30 { padding: 0px 30px; }
.padW35 { padding: 0px 35px; }
.padW40 { padding: 0px 40px; }

.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font17 { font-size: 17px !important; }
.font18 { font-size: 18px !important; }
.font19 { font-size: 19px !important; }
.font20 { font-size: 20px !important; }

h3 {
    clear: both;
    text-align: left;
    font-size: 14px;
    padding-top:   4px;
    padding-left: 15px;
    margin-bottom: 10px;
    background: url(../img/base/h3.png) no-repeat;
}

header {
    width: 100%;
    height: 125px;
    text-align: center;
    background: #FFFFFF;
}
header #headerInfo {
    //overflow: hidden;
    width: 1100px;
    margin: 0 auto;
}
header #headerInfo #headerLogo,
header #headerInfo h1,
header #headerInfo ul,
header #headerInfo ul li {
    float: left;
}
header #headerInfo #headerLogo {
    width: 298px;
}
header #headerInfo h1 {
    color: #FFFFFF;
    font-size: 10px;
    width: 350px;
    height: 60px;
}
header #headerInfo ul {
    width: 452px;
}
header #headerInfo ul li a:hover img {
    opacity: 1.0;
}
header #headerbar {
    //overflow: hidden;
    width: 1300px;
    height:   1px;
    margin: 0 auto;
}
header #headerbar img {
    vertical-align: top;
}
header #Menu {
    width: 1100px;
    margin: 0 auto;
}
header #Menu ul li {
    float: left;
    position: relative;
}
header #Menu ul li {
    width: 178px;
    height: 64px;
}
header #Menu ul li#menu02,
header #Menu ul li#menu05 {
    width: 194px;
}
header #Menu ul li#menu01 {
    background: url(../img/base/menu01.jpg) no-repeat 0 -64px;
}
header #Menu ul li#menu02 {
    background: url(../img/base/menu02.jpg) no-repeat 0 -64px;
}
header #Menu ul li#menu03 {
    background: url(../img/base/menu03.jpg) no-repeat 0 -64px;
}
header #Menu ul li#menu04 {
    background: url(../img/base/menu04.jpg) no-repeat 0 -64px;
}
header #Menu ul li#menu05 {
    background: url(../img/base/menu05.jpg) no-repeat 0 -64px;
}
header #Menu ul li#menu06 {
    background: url(../img/base/menu06.jpg) no-repeat 0 -64px;
}
header #Menu ul li:hover {
    cursor: pointer;
}
header #Menu ul li ul li:hover ,
header #Menu ul li:hover ul,
header #Menu ul li:hover ul li  {
    cursor: default;
}

header #Menu ul li#menu01.selected,
header #Menu ul li#menu02.selected,
header #Menu ul li#menu03.selected,
header #Menu ul li#menu04.selected,
header #Menu ul li#menu05.selected,
header #Menu ul li#menu06.selected,
header #Menu ul li#menu01:hover,
header #Menu ul li#menu02:hover,
header #Menu ul li#menu03:hover,
header #Menu ul li#menu04:hover,
header #Menu ul li#menu05:hover,
header #Menu ul li#menu06:hover {
    background-position-y: 0px;
}
header #Menu ul li a {
    width: 178px;
    height: 64px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}
header #Menu ul li#menu02 a,
header #Menu ul li#menu05 a {
    width: 194px;
}
header #Menu ul li ul {
    position: absolute;
    top:     64px;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0.0;
}
@media screen and (max-width: 480px) {
    header #Menu ul li ul {
        visibility: visible;
        opacity: 1.0;
        display: none;
    }
}
header #Menu ul li.hover ul {
    display: block;
}
header #Menu ul li:hover ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1.0;
}
header #Menu ul li ul {
    left: -90px;
    width:  208px;
    height: 140px;
    margin-right: -20px;
    padding: 40px 10px 10px 140px;
    overflow: hidden;
    background: url(../img/base/submenu01bg.png) no-repeat;
}
header #Menu ul li#menu01 ul {
    height: 120px;
}
header #Menu ul li#menu02 ul {
    left:  -178px;
    width: 1080px;
    height: 280px;
    padding: 27px 20px 20px;
    background: url(../img/base/submenu02bg.png) no-repeat;
}
header #Menu ul li#menu03 ul {
    height: 115px;
    padding-top: 45px;
    background: url(../img/base/submenu03bg.png) no-repeat;
}
header #Menu ul li#menu04 ul {
    height: 120px;
    background: url(../img/base/submenu04bg.png) no-repeat;
}
header #Menu ul li#menu06 ul {
    //left: -178px;
}
header #Menu ul li ul li {
    float: none;
    position: initial;
    text-align: left;
    width: 208px;
    height: 27px;
    margin-right: 0;
}
header #Menu ul li#menu02 ul li {
    float: left;
    position: relative;
    width:  340px;
    height: 100px;
    margin-right:  20px;
    margin-bottom: 12px;
    background: none;
}
header #Menu ul li#menu03 ul li {
    height: 32px;
}
header #Menu ul li ul li a {
    font-size: 15px;
    height: 30px;
    width: 180px;
    padding-left: 28px;
    text-indent: inherit;
    white-space: inherit;
    background: url(../img/base/submenuArrow.jpg) no-repeat;
}
header #Menu ul li#menu02 ul li a {
    width:  340px;
    height: 100px;
    padding-left: 0px;
    background: none;
}

#mainImg {
    margin-bottom: 10px;
    text-align: center;
    height: 640px;
    overflow: hidden;
}
#mainImg .mainImgInner {
    width: 1300px;
    margin: 0 auto;
}
.bx-wrapper .bx-pager {
    bottom: -40px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #CCCCCC !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #194E91 !important;
}
footer {
    width: 100%;
    height: 430px;
    overflow: hidden;
    text-align: center;
    background: url(../img/footerbg.png) repeat-x;
}
#mainImg button  {
    //width: 156px;
    height: 650px;
    background: #FFFFFF;
}
#mainImg .draggable {
    padding: 0 131px !important;
}
#Index {
    margin-bottom: 100px;
}
#Index li#mosaic01 a,
#Index li#mosaic02 a,
#Index li#mosaic03 a,
#Index li#mosaic04 a,
#Index a#body01 {
    margin: 0 auto;
    width: 1100px;
    height: 300px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/top/body01.jpg) no-repeat;
}
#Index li#mosaic01 a:hover,
#Index li#mosaic02 a:hover,
#Index li#mosaic03 a:hover,
#Index li#mosaic04 a:hover,
#Index a#body01:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    background: url(../img/top/body01_on.jpg) no-repeat;
}
#Index li#mosaic01 a {
    width:  150px;
    height: 150px;
    background: url(../img/top/btnMosaic01.jpg) no-repeat;
}
#Index li#mosaic01 a:hover {
    background: url(../img/top/btnMosaic01_on.jpg) no-repeat;
}
#Index li#mosaic02 a {
    width:  200px;
    height: 150px;
    background: url(../img/top/btnMosaic02.jpg) no-repeat;
}
#Index li#mosaic02 a:hover {
    background: url(../img/top/btnMosaic02_on.jpg) no-repeat;
}
#Index li#mosaic03 a {
    width:  300px;
    height: 150px;
    background: url(../img/top/btnMosaic03.jpg) no-repeat;
}
#Index li#mosaic03 a:hover {
    background: url(../img/top/btnMosaic03_on.jpg) no-repeat;
}
#Index li#mosaic04 a {
    width:  150px;
    height: 150px;
    background: url(../img/top/btnMosaic04.jpg) no-repeat;
}
#Index li#mosaic04 a:hover {
    background: url(../img/top/btnMosaic04_on.jpg) no-repeat;
}

#Index #mosaic {
    position: relative;
    margin: 50px auto;
    width: 1100px;
    height: 300px;
    background: url(../img/top/mosaic01.png) no-repeat;
}
#Index #mosaic ul li {
    position: absolute;
    width:  150px;
    height: 150px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#Index #mosaic ul li#mosaic01 {
    width: 200px;
    left:  125px;
}
#Index #mosaic ul li#mosaic02 {
    width: 300px;
    left:  250px;
    top:   150px;
}
#Index #mosaic ul li#mosaic03 {
    width: 300px;
    right: 150px;
    top:   150px;
}
#Index #mosaic ul li#mosaic04 {
    right: 200px;
}

#Index .topics {
    width: 1100px;
    height: 146px;
    margin: 0 auto 30px;
    border: 2px solid #EEEEEE;
    background: #FFFFFF;
}
#Index #societyList {
    height: 216px;
}
#Index .topics img {
    float: left;
}
#Index .topics ul {
    float: left;
    text-align: left;
    width: 786px;
    padding: 5px;
    height: 128px;
    margin-top: 4px;
    overflow: auto;
}
#Index #societyList ul {
    height: 198px;
}
#Index .topics ul li {
    font-size: 14px;
    width: 746px;
    padding: 10px 5px 10px 15px;
    border-bottom: 1px dotted #999999;
}
#Index .topics ul li.last {
    border-bottom: none;
}
#Index .topics ul li a {
    color: #0F61C4;
}
#Index .topics ul li span {
    width: 100px;
    display: block;
    float: left;
}
#Index #societyList ul li span {
    width: 140px;
}



.wrapper .inner {
    width: 1100px;
    min-height: 380px;
    margin: 0 auto;
    padding-top: 15px;
    background: #FFFFFF;
}
.wrapper .inner h2 {
    margin-bottom: 30px;
}
.wrapper .inner .mainImgInner {
    width: 1060px;
    margin: 0 auto;
}
.wrapper .inner .mainImgInner .bx-wrapper .bx-pager {
    display: none;
}

.wrapper .inner .innerRD {
    width: 1060px;
    margin: 64px auto 0;
}
.wrapper .inner .innerRD .chapter {
    margin-bottom: 120px;
}
.wrapper .inner .innerRD .chapter .floatRight {
    width: 624px;
}
.wrapper .inner .innerRD .chapter .floatRight h3 {
    background: none;
    padding: 0px;
    margin-top: -2px;
    margin-bottom: 30px;
}
.wrapper .inner .innerRD .chapter .floatRight p {
    text-align: left;
    font-size: 17px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", serif;
    line-height: 1.8;
}

.wrapper .slideEpisode {
    width: 100%;
    margin: 0 auto;
    background: #CCCCCC;
}
.wrapper .innerEpisode {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 100px 100px;
    text-align:center;
    background: #FFFFFF;
}
.wrapper .innerEpisode h2 {
    margin-bottom: 70px;
}
.wrapper .innerEpisode .chapter {
    width: 1100px;
    margin-bottom: 80px;
}
.wrapper .innerEpisode .chapter h3 {
    background: none;
    padding: 0;
    margin-bottom: 30px;
}
.wrapper .innerEpisode .chapter .chapLeft,
.wrapper .innerEpisode .chapter .chapRight {
    width: 500px;
}
.wrapper .innerEpisode .chapter .chapLeft {
    float: left;
}
.wrapper .innerEpisode .chapter .chapRight {
    float: right;
}
.wrapper .innerEpisode .chapter p {
    text-align: left;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", serif;
    line-height: 1.8;
    margin-top: -5px;
}

.pager {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 50px;
}
.pager a {
    font-size: 18px;
    text-decoration: underline;
    color: #0F61C4;
}
.pager a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.inner .innerNavi {
    padding: 20px 20px 20px;
    margin-bottom: 100px;
}
.inner .innerNavi ul {
    width: 1080px;
    margin-right: -20px;
    overflow: hidden;
}
.inner .innerNavi ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.inner .innerNavi ul li a img {
    box-shadow: 1px 1px 5px #999;
}
.inner .innerNavi h3 {
    margin-top: 10px;
}


footer {
    width: 100%;
    height: 400px;
    color: #DDDDDD;
    background: #194E91;
    padding-top: 40px;
    text-align: center;
}
footer .footerNavi {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
footer .footerNavi ul li {
    float: left;
    margin-right:  20px;
    margin-bottom: 20px;
}
footer .footerNavi ul li#fN01 { margin-right: 50px; }
footer .footerNavi ul li#fN02 { margin-right: 60px; margin-bottom: 10px; }
footer .footerNavi ul li#fN03 { margin-right: 70px; }
footer .footerNavi ul li#fN04 { margin-right: 30px; }
footer .footerNavi ul li#fN05 { margin-right: 60px; }
footer .footerNavi ul li#fN06 { margin-right:  0px; }
footer .footerNavi ul li#fN07 { margin-right: 60px; margin-top: -24px; margin-bottom: 0px; }
footer .footerNavi ul li#fN08 { margin-right: -10px; margin-bottom: 0px; }

footer .footerNavi ul li h4 {
    text-align: left;
    font-size: 14px;
    padding-left:  19px;
    margin-bottom: 10px;
    background: url(../img/base/footerArrow.png) no-repeat 0px 2px;
}
footer .footerNavi ul li h4 a {
    font-size: 16px;
    color: #DDDDDD;
    text-decoration: none;
    border-bottom: 1px solid #CCCCCC;
}
footer .footerNavi ul li h4 a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    border-bottom: none;
}
footer .footerNavi ul li ul li {
    float: none;
    margin-right:  0px;
    margin-bottom: 2px;
    padding-left: 20px;
}
footer .footerNavi ul li ul li a {
    font-size: 13px;
    color: #DDDDDD;
}
footer .footerNavi ul li ul li a:hover {
    color: #FFFFFF;
}
footer .footerInfo {
    font-size: 13px;
    width: 600px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
footer .footerInfo .headOffice {
    width: 570px;
    margin: 0 auto 30px;
}
.copyright {
    text-align: center;
    color: #194E91;
    font-size: 13px;
    padding: 3px 0;
}



.wrapper .main {
    width: 1000px;
    margin: 0 auto 80px;
    text-align: left;
}
.wrapper .fullsize {
    width: 1064px;
}
.wrapper .main h3 {
    font-size: 18px;
    width: 980px;
    height: 26px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 15px;
    background: url(../img/base/h3.png) no-repeat 3px 0px;
}


#Equipment table {
    margin-bottom: 0px;
}
#Equipment table tr th {
    width: 150px;
    text-align: right;
}
#Equipment table tr th,
#Equipment table tr td {
    font-size: 14px;
    padding: 6px 12px;
}
#Equipment table.adjust4 tr th,
#Equipment table.adjust4 tr td {
    padding: 15px 12px;
}
#Equipment table.adjust5 tr th,
#Equipment table.adjust5 tr td {
    padding: 10px 12px;
}
#Equipment img {
    border: 1px solid #CCC;
    margin-left: 10px;
}
#Equipment ul li {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    //border-bottom: 1px solid #EEE;
}
#Equipment .detail {
    width: 420px;
    float: left;
}
#Equipment .detail p {
    font-size: 12px;
    margin-right: -3px;
    margin-bottom: 5px;
    margin-left: 3px;
}
#Equipment .photo {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

#Istation h3 {
    width: 842px;
    margin: 0 auto 40px;
    padding: 0px;
    background: none;
}
#Istation .detail {
    margin-bottom: 30px;
}
#Istation table {
    width: 850px;
    margin: 0 auto;
}
#Istation table tr td {
    font-size: 13px;
    padding: 0px 5px;
    border: none;
}
#Istation #list table tr td img {
    padding: 0px 8px 10px;
}
#Istation table tr td img {
    padding: 0px 10px;
}
#Istation table tr td p {
    margin-top: 10px;
}
#Suture #Catalog {
    width: 1000px;
    margin: 20px auto 60px;
}
#Suture #Catalog ul li {
    margin-bottom: 10px;
}
#Quality h3 {
    font-size: 20px;
    padding-left: 24px;
    background: url(../img/base/h3.png) no-repeat 3px 1px;
}
#Quality p {
    font-size: 16px;
}
#Quality img {
    border: 1px solid #CCC;
}
#Quality .link {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
#Development .link a,
#Quality .link a {
    text-decoration: underline;
    color: #0F61C4;
}
#Development .link a:hover,
#Quality .link a:hover {
    text-decoration: none;
}

table {
    width: 100%;
    margin-bottom: 40px;
    border-spacing: 3px;
}
table tr th {
    width: 150px;
    text-align: center;
    font-weight: normal;
    border-right: 2px solid #175191;
    background: #F8F8F8;
}
table tr th,
table tr td {
    font-size: 16px;
    padding: 12px 30px;
    border-bottom: 1px solid #DDD;
}
table tr.top th,
table tr.top td {
    border-top: 1px solid #DDD;
}
table tr td {
    width: auto;
    padding: 12px 10px 12px 50px;
}


#News table tr td p {
    margin-bottom: 20px;
}
#News table tr td {
    font-size: 16px;
    padding: 0px;
    border: none;
}
#News table tr td strong {
    color: #0F61C4;
    font-size: 16px;
}
#News table tr td .スタイル1 {
    font-size: 20px;
}
#News table tr td .style18,
#News table tr td .style19,
#News table tr td .style20,
#News table tr td .スタイル7 {
    font-size: 26px;
    font-weight: normal;
    color: #444444;
}
#News img {
    max-width: 100%;
}
#News img.half {
    width: 48%;
}
#News .back {
    padding-bottom: 40px;
}



#Development table tr td {
    font-size: 14px;
    padding: 10px 15px 10px 30px;
}
#Development table tr th {
    width: 80px;
    padding: 10px 15px;
}
#Development table tr td h4 {
    font-size: 20px;
    padding: 10px 0;
}
#Development table tr td p {
    line-height: 1.8;
    font-size: 16px;
}
#Development table tr td.image {
    border-left: 1px solid #DDD;
    padding-left : 12px;
    padding-right: 0px;
}
#Development table tr td img {
    border: 1px solid #CCC;
}

#Philosophy .philosophyBody {
    width: 836px;
    margin: 0px auto;
    padding-top: 30px;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", serif;
    line-height: 1.6;
}
#Philosophy .philosophyBody .signature {
    float: right;
    text-align: right;
    padding-top: 200px;
    margin-right: 50px;
    margin-bottom: 100px;
}
#Business {
    margin-top: 50px;
    text-align: center;
}
#Business h3 {
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", serif;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px;
    background: none;
    width: auto;
}
#Business p {
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", serif;
    line-height: 1.8;
    text-align: left;
    width: 900px;
    margin: 0 auto;
}
#Business p span {
    font-size: 14px;
}


#Press table {
    float: left;
    width: 650px;
}
#Press table tr th,
#Press table tr td {
    font-size: 14px;
    padding: 10px 15px;
}
#Press table tr th {
    width: 120px;
}
#Press table tr td {
    //border-right: 1px solid #CCC;
}
#Press .photo {
    float: right;
    padding-top: 3px;
    text-align: center;
}
#Press .photo ul li {
    margin-bottom: 15px;
}
#Press .photo ul li img {
    border: 1px solid #CCC;
    margin-bottom: 2px;
}
#Press .photo ul li span {
    font-size: 12px;
}
#Awards table tr th,
#Awards table tr td,
table#history tr th,
table#history tr td {
    padding-top:    10px;
    padding-bottom: 10px;
}
table tr td a {
    color: #0F61C4;
    text-decoration: none;
}
table tr td.corp {
    padding: 20px 10px 20px 50px;
    font-size: 20px;
    //font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", serif;
}


.wrapper .contact {
   width: 800px; 
   display: none;
}
.wrapper .contact form#mailformpro dl dt {
    font-size: 16px;
    padding: 16px 0px 13px;
}
.wrapper .contact form#mailformpro dl dd {
    font-size: 14px;
}
.wrapper .contact form#mailformpro .mfp_element_text,
.wrapper .contact form#mailformpro .mfp_element_number,
.wrapper .contact form#mailformpro .mfp_element_select-one,
.wrapper .contact form#mailformpro .mfp_element_email,
.wrapper .contact form#mailformpro .mfp_element_tel,
.wrapper .contact form#mailformpro .mfp_element_textarea {
    font-size: 120%;
}
.wrapper .contact .must {
    color: #FF0000;
    font-weight: bold;
    margin-left: 10px;
    background-color: transparent;
    border: solid 2px transparent;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    padding: 15px 40px !important;
    width: 200px !important;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
    background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE)) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE)) !important;
    background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE) !important;
    background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%) !important;
    box-shadow: 0px 2px 15px #DEDEDE !important;
}
table#mfp_confirm_table tr th {
    width: 150px !important;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    font-size: 16px !important;
    padding: 10px 15px !important;
}
form#mailformpro label.mfp_not_checked {
    border: none !important;
}
form#mailformpro label.mfp_checked {
    padding: 3px;
    border: solid 1px #CCC;
    background-color: #E8EEF9;
}

#Privacy {
    padding-bottom: 30px;
}
#Privacy h3 {
    font-size: 16px;
    background: none;
    padding: 0px;
    margin-bottom: 5px;
    margin-left: -8px;
}
#Privacy ol {
    padding-left: 24px;
}
#Privacy ol li,
#Privacy p {
    font-size: 12px;
    margin-bottom: 15px;
}


/* カルーセルスライダー */

.slick-prev {
    background: url(../img/top/slick-prev.png) no-repeat !important;
    left: -30px !important;
}
.slick-next {
    background: url(../img/top/slick-next.png) no-repeat !important;
    right: -30px !important;
}
.slick-prev,
.slick-next {
    width:  10px !important;
    height: 30px !important;
    top: 50% !important;
}
.slick-prev:before, .slick-next:before {
    color: transparent !important;
}

ul.slick-initialized {
    margin-left:  30px;
    margin-right: 30px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    width: 1080px;
    height: 150px;
}
.slick-slider {
    margin-bottom: 0px;
}
ul.slick-initialized div.slick-track {
    //width: 940px !important;
    //margin-right: -10px;
} 
ul.slick-initialized li.slick-slide {
    margin-right: 40px;
    width: 320px !important;
    height: 150px;
}
.slick-dots {
    display: none !important;
    //bottom: -30px !important;
}
.slick-dots li button::before {
    font-size: 40px !important;
    font-family: 'arial' !important;
    color: #FF9999 !important;
}
.slick-dots li.slick-active button:before {
    color: #FF9999 !important;
}


#News .innerNews {
    text-align: left;
    padding: 40px 30px 30px 40px;
    margin-bottom: 40px;
}
#News .innerNews p {
    font-size: 16px;
    margin-bottom: 24px;
}
#News .innerNews p strong {
    font-weight: bold;
    color: #0F61C4;
}
#News .innerNews p .head_A {
    font-size: 26px;
    color: #444444;
}
#News .innerNews p .head_B {
    font-size: 20px;
}
#News .innerNews p a {
    color: #0F61C4;
}

.sp {
    display: none;
}









@media only screen and (max-width: 480px) {

.pc {
    display: none !important;
}
.sp {
    display: block !important;
}

}

@media screen and (max-width: 480px) {

#News .innerNews p .head_A {
    font-size: 20px;
}
#News .innerNews p .head_B {
    font-size: 18px;
}
#News .innerNews p {
    font-size: 14px;
}
.copyright {
    padding: 5px 0 10px;
    color: #666;
    font-size: 80%;
    font-weight: bold;
    margin-top: 10px;
}


img {
    border: 0px;
    max-width: 100% !important;
    vertical-align: bottom;
}

body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #FFFFFF;
}

.header {
    border-bottom: 1px solid #EEE;
}
.header h1 {
    width: 75%;
    float: left;
}
h1 img {
    width: 100%;
}

.header .headerMenu {
    width: 25%;
    float: left;
}

h2, h3 {
    width: 96%;
    padding: 0 2% 2%;
    overflow: hidden;
}
h3 {
    margin: 10px 0 0;
    text-align: left;
}

h2 img {
    max-width: 200% !important;
}

.breadcrumb {
    background: #F2F2F2;
    padding: 6px 6px 6px 12px;
    text-align: left;
    font-size: 80%;
    border-bottom: 1px solid #EEE;
}
.breadcrumb a {
    color: #0F61C4;
    text-decoration: underline;
}
#News .innerNews {
    padding: 10px;
}


.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #CCC;
}
.flex-control-paging li a.flex-active {
    background: #194E91;
}

.accordionbox {
    width: 100%;
    background: #F2F2F2;
    border-bottom: 1px solid #CCC;
    margin: 0px auto;
    padding: 0px;
}
.accordionlist {
    margin: 0px;
}
.accordionlist dt {
    display: block;
    padding: 11px 0;
    border-top: 1px solid #CCC;
	background-image: url(../sp/arrow_on.png);
	background-size: 9px;
	background-position: 12px 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.accordionlist dt .title {
    padding-left: 30px;
	float: left;
	font-size: 18px;
}
.accordionbox .parentLink {
    padding-left: 35px;
	font-size: 18px;
    display:block;
    background: #FFF;
    border-top: 1px solid #CCC;
	background-image: url(../sp/arrow_on.png);
	background-size: 9px;
	background-position: 12px 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.accordionlist dd {
    display:none;
	background: #fff;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.clearfix {
    zoom: 1;
}

.accordionbox ul li {
    height: 49px;
    padding: 0px 0px 0px 46px;
	background-image: url(../sp/arrow_on.png);
	background-size: 9px;
	background-position: 24px -2px;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
    border-bottom: 1px solid #CCC;
}
.accordionbox ul li:first-child {
    border-top: 1px solid #CCC;
}
.accordionbox .parentLink a,
.accordionbox ul li a {
    height: 49px;
    display: block;
    color: #333;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
}
.accordionbox .parentLink a {
    height: 60px;
}
.accordionbox .parentLink a span,
.accordionbox ul li a span {
    height: 24px;
    padding: 14px 0 15px;
    display: block;
}


.sidebar {
    background-color: #CCCCCC;
    text-align: left;
}
.sidebar ul li {
    background-color: #FFFFFF;
    text-align: left;
    height: 44px;
    padding: 0px 0px 0px 26px;
	background-image: url(../sp/arrow_on.png);
	background-size: 9px;
	background-position: 10px -6px;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
    border-bottom: 1px solid #CCC;
}
.sidebar ul li a {
    height: 44px;
    display: block;
    color: #333;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
}
.sidebar ul li a span {
    height: 22px;
    padding: 10px 0 12px;
    display: block;
}

#news .newsList {
    padding: 5px 5px 5px 10px;
    text-align: left;
    line-height: 1.2;
    //border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}
#news .newsList ul li {
    padding: 5px 0;
}
#news .newsList ul li span {
    font-size: 90%;
}
#news .newsList ul li a {
    color: #0F61C4;
    text-decoration: underline;
}


}


@media screen and (min-width:321px) and (max-width: 413px) {

.accordionlist dt .title {
    padding-top: 6px;
}
.accordionbox .parentLink a span {
    padding: 20px 0 10px;
}
.accordionbox ul li {
    background-position: 24px -4px;
}
.accordionbox ul li a span {
    padding: 16px 0 10px;
}
.sidebar ul li a span {
    padding-top: 14px;
}

}

