/*-----------------------------------*\

	Familied Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-image: url(../images/keyvisual_backgroundimage.png);
    background-repeat: no-repeat;
    background-position: center top 180px;
    -webkit-background-size: cover 100%;
    -o-background-size: cover 100%;
    background-size: cover 100%;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1;
}


/* 48px */

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333;
}


/* 36px */

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}


/* 24px */

hgroup h2,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}


/* 24px */

.images {
    max-width: 100%;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

p {
    color: #1a1a1a;
}

hr {
    margin-bottom: 60px;
}

#header_tel {
    display: none !important;
}

#header_tel_tablet {
    display: block;
}

#side_bar {
    display: none;
}

#breadcrumbs {
    text-align: left;
    margin-left: 10px;
}

#header_all {
    text-align: center;
}

#header_all #header {
    margin: auto;
    max-width: 960px;
    height: 106px;
    position: relative;
}

#header_all #header #header_logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#header_all #header #header_tel {
    position: absolute;
    right: 0;
    bottom: 15px;
}

#header_all #header #header_tel_tablet {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
}

#header_all #header_smartphone {
    display: none;
}

#header_all #menu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *display: inline;
    *zoom: 1;
    margin: auto;
    width: 100%;
    position: static;
    margin-bottom: 5px;
    background-color: #381a80;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF725DA5', endColorstr='#FF3B1E82');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #725da5), color-stop(100%, #3b1e82));
    background-image: -webkit-linear-gradient(top, #725da5 0%, #3b1e82 100%);
    background-image: -moz-linear-gradient(top, #725da5 0%, #3b1e82 100%);
    background-image: -o-linear-gradient(top, #725da5 0%, #3b1e82 100%);
    background-image: linear-gradient(top, #725da5 0%, #3b1e82 100%);
    font-size: 12px;
    font-size: 1.2rem;
}

#header_all #menu ul li {
    width: 15.625%;
    height: 40px;
    float: left;
    list-style: none;
    color: #fff;
}

#header_all #menu ul li a {
    display: block;
    padding: 1em 0;
    color: #fff;
}

#header_all #menu ul {
    width: 93.75%;
    /* 960/1024 */
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#header_all #menu li {
    max-width: 160px;
}

#header_all #menu li a:hover .menu_chip {
    display: block;
    width: 80%;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10%;
    padding-left: 20%;
    background: #FFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header_all #menu li .menu_select .menu_chip {
    display: block;
    width: 80%;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10%;
    padding-left: 20%;
    background: #FFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header_all #menu .menu_border {
    display: block;
    width: 2px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: -1px;
    border-right: 2px groove;
}

#header_all .menu_list {
    display: none;
}

#header_all .sub_menu {
    display: block;
}

#menu {
    font-size: 5px;
    font-size: 0.5rem;
}

#menu_list_arrow {
    display: none;
}

#menu2 {
    display: none;
}

.chip {
    width: 29%;
    float: left;
    margin-right: 4%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    margin-bottom: 30px;
    border: 2px solid #dbdef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.chip div {
    overflow: hidden;
    padding-top: 8px;
    padding-left: 8px;
    background: #FFF;
}

.chip:hover {
    opacity: 0.8;
    border: 2px solid #535670;
}

.chip2 {
    width: 62%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 2px solid #dbdef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.chip2 img {
    width: 45%;
}

.chip2 div {
    overflow: hidden;
    padding-left: 8px;
    background: #fff;
}

.chip2:hover {
    opacity: 0.8;
    border: 2px solid #535670;
}

.chip2 .chip2_img {
    float: left;
    width: 30%;
}

.chip2 .chip_u2 {
    float: right;
}

.chip3 {
    width: 29%;
    float: left;
    margin-right: 4%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 2px solid #dbdef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.chip3:hover {
    opacity: 0.8;
    border: 2px solid #535670;
}

.chip3 p {
    overflow: hidden;
    padding-left: 8px;
}

.chip3 span {
    display: none;
}

.chip3 .chip3_img {
    float: left;
    display: block;
}

#smartphone {
    display: none;
}

.contact_top2 {
    display: none;
}

footer {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    text-align: left;
    color: #f00;
    background: #ffecef;
    margin-bottom: 60px;
}

footer h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #f14863;
    font-weight: bold;
    margin: 0;
}

footer span {
    color: #f14863;
}

footer a {
    font-size: 12px;
    font-size: 1.2rem;
}

footer a:hover {
    color: #606cc0;
}

#bottomNavi_text {
    text-align: right;
}

#bottomNavi_text span {
    font-size: 11px;
    font-size: 1.1rem;
    color: #1a1a1a;
}

div#footer2 {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
}

div#footer2 #footer2_inner {
    width: 120%;
    margin-left: -50%;
    position: absolute;
    left: 50%;
}

div#footer2 #quick_contact2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
    background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
    background-color: #f54d4d;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #ce0000;
}

div#footer2 #quick_contact2 a {
    color: #FFF;
    display: block;
    width: 100%;
}

div#footer2 #quick_contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
    background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
    background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
    background-color: #ce0100;
}

div#footer2 #quick_contact2:active {
    position: relative;
    top: 1px;
}

div#footer2 ul {
    float: left;
}

div#footer2 #contact2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
    background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
    background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
    background-color: #f598a7;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #e86a7f;
}

div#footer2 #contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
    background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
    background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
    background-color: #f16c80;
}

div#footer2 #contact2:active {
    position: relative;
    top: 1px;
}

div#footer2 #page-top {
    text-align: right;
    margin-bottom: 15px;
}

div#footer2 #page-top a {
    background: #fff;
    text-decoration: none;
}

div#footer2 #page-top a:hover {
    text-decoration: none;
}

div#footer2 span {
    margin-left: 15px;
}

#sp_footer{
    display: none !important;
}

*:first-child + html hr {
    /* for IE7 */
    margin: 0;
    border: 1px;
}

.shadow1 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}

.shadow1:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}