@charset "utf-8";

/*
Theme Name: Favorite
Theme URI: http://favorix.jp/
Description: Favoriteテーマ
Author: Iwagaki
Version:1.0
Tags:
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
overflow-y: scroll;
-webkit-overflow-scrolling:touch;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;
}

body, button, input, select, textarea {
font-family:sans-serif;
color:#222;
}

body{
font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
line-height:170%;
font-size:75%;
margin:0;
}


/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}

::selection{
background: #fe57a1;
color: #fff;
text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   List
   ========================================================================== */

ul,li,dl,dt,dd{
margin:0;
padding:0;
list-style:none;
}

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */






/* ==================
   Initializr Theme
   ================== */
#Wrapper{
margin:auto;
/*background:url(image/common/main_bg.jpg) center 162px no-repeat;*/
}
.TopPage #Wrapper{
margin:auto;
background:url(image/top/mainvisual_bg.jpg) center 162px no-repeat;
}


#MainCnt{
width:950px;
margin:0 auto;
padding-bottom:50px;
}

#MainSide{
float:left;
}

#SubSide{
float:right;
width:216px;
padding-top:25px;
}



h1,h2,h3,h4{
margin:0;
padding:0;
font-weight:normal;
}

p{
padding:0;
margin:0;
}

aside{
}


.clear{
clear:both;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}















/* ----------------------------------------
ClearFix
---------------------------------------- */

/* -- Modern Browsers -- */
.ClearFix:after,
#Gnavi ul:after,
#TopCnt section:after,
#TopCnt:after,
ul#TopBnr:after,
.ProductCnt:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */
.ClearFix,
#Gnavi ul,
#TopCnt section,
#TopCnt,
ul#TopBnr,
.ProductCnt{
	display: inline-block;
}

/*  -- Legacy IE -- */
* html .ClearFix,
*html #Gnavi ul,
*html #TopCnt section,
*html #TopCnt,
*html ul#TopBnr,
*html .ProductCnt{
	height: 1%;
}

.ClearFix,
#Gnavi ul,
#TopCnt section,
#TopCnt,
ul#TopBnr,
.ProductCnt{
	display: block;
}










@charset "utf-8";

/* =============================================================================
   Framework styles
   Author: Iwagaki
   ========================================================================== */

/* ==================
   header
   ================== */
#header-container{
height:105px;
width:950px;
background:url(image/common/header_bg_top.gif) left top no-repeat;
margin:0 auto;
position:relative;
}

header{
}

#header-container h1{
position:absolute;
left:426px;
top:5px;
line-height:0;
}

#header-container p#Logo{
position:absolute;
left:3px;
top:10px;
border:1px solid #FFF;
}

#header-container p#Tel{
position:absolute;
right:223px;
top:35px;
color:#666;
}
#header-container p#Mail{
position:absolute;
right:0;
top:25px;
}

#header-container ul{
position:absolute;
right:10px;
top:1px;
width:238px;
}

#header-container ul li{
float:left;
margin-right:6px;
}

/* ==================
   global navigation
   ================== */
#Gnavi{
background:url(image/common/gnavi_bg.jpg) left top repeat-x;
line-height:0;
}

nav{
width:950px;
margin:0 auto;
}

#Gnavi ul{
}

#Gnavi ul li{
float:left;
font-size:0;

}


/* ==================
   footer-container
   ================== */
#footer-container{
clear:both;
background:url(image/common/header_bg_top.gif) center top no-repeat;
width:950px;
margin:auto;
padding-bottom:20px;
}

#footer-container p{
margin:0 0 0 10px;
}

#Copyright{
text-align:right;
margin:2px 10px 0 0;
}

/* ==================
   MainVisual
   ================== */
.home #MainCnt{
background:url(image/top/mainvisual.jpg) left top no-repeat;
}

.home #MainCnt p{
text-indent:-9999px;
height:355px;
}

.single #MainCnt{
background:none;
}

p#MainVisual{
line-height:0;
}

/* ==================
   LinkHome
   ================== */
p#LinkHome{
text-align:right;
}


/* ==================
   SubSide
   ================== */
#SubSide h3{
border-top:7px solid #90ca14;
padding:12px 0 0 10px;
}

#SubSide h3.LG{
border-top:7px solid #dbfd8f;
}

#SubSide p{
margin:18px 0 0 0;
}

#SubSide ul{
margin:16px 0 60px 0;
}
#SubSide ul li{
line-height:100%;
}


/* ==================
   TopPage
   ================== */
section{
}

#TopCnt dl{
float:left;
width:284px;
height:280px;
margin-left:20px;
}

#TopCnt dt{
line-height:0;
}

#TopCnt dd{
margin-left:5px;
}

#TopCnt h2{
margin:0 0 0 10px;
padding:0;
}

ul#TopBnr{
margin:14px 0 0 5px;
}

ul#TopBnr li{
float:left;
margin-left:6px;
}


/* ==================
   LowPage
   ================== */
.page #MainSide h2{
margin:0;
padding:0;
font-size:125%;
font-weight:bold;
color:#00b575;
border-bottom:1px solid #00a85d;
width:550px;
padding-bottom:4px;
}

table.TablePtn01{
border:1px solid #ccc;
width:99%;
margin-bottom:10px;
}
table.TablePtn01 th{
background:#e4fff6;
color:#01b576;
border:1px solid #ccc;
padding:7px 0px;
}
table.TablePtn01 td{
border:1px solid #ccc;
padding:7px 7px;
}




/* ==================
   SchoolCnt
   ================== */
#MainSide #SchoolCnt p{
margin:115px 0 195px 190px;
}

/* ==================
   SaleCnt
   ================== */
#MainSide #SaleCnt{
margin:40px 0 0 74px;
}

#MainSide #SaleCnt p{
margin:20px 0 30px 0;
}

.ContactCnt{
margin:0 0 70px 15px;
}
.ContactCnt img{
margin-right:10px;
}

.SaleInq{
margin:0 0 0 60px;
}
.SaleInq .FloatL{
width:300px;
padding:10px 15px;
float:left;
background:#EFEFEF;
margin:6px 0 50px 0;
}
.SaleInq .FloatR{
width:212px;
float:right;
}


/* ==================
   MachineCnt
   ================== */
#MachineCnt p{
margin:30px 0 0 40px;
}

.page #MainSide #MachineCnt h2{
border:none;
margin:0 0 0 60px;
}

.page #MainSide #MachineCnt h3{
margin:25px 0 5px 0;
padding:0;
font-size:130%;
font-weight:bold;
color:#00b575;
border-bottom:1px solid #00a85d;
width:550px;
padding-bottom:4px;
}


#MachineCnt section{
width:550px;
margin:10px 0 30px 97px;
}
#MachineCnt section p{
margin:10px 0 0 0;
padding:0;
}

#MachineCnt section dl{
margin:10px 0 0 0;
}
#MachineCnt section dt{
color:#fe6601;
font-weight:bold;
}
#MachineCnt section dd{
margin-bottom:10px;
}

#MachineCnt section ul{
margin:6px 0 20px 3px;
}
#MachineCnt section li{
background:url(image/common/icon_disc_gr.gif) left 6px no-repeat;
padding:0 0 0 10px;
margin:0 0 4px 0;
}

/* ==================
   KakekomiCnt
   ================== */
#KakekomiCnt p{
margin:40px 0 40px 25px;
padding:0;
}

/* ==================
   CompanyCnt
   ================== */
#CompanyCnt{
margin:0 0 100px 70px;
width:550px;
}

.page #MainSide #CompanyCnt h2{
border:none;
background:url(image/company/icon_ttl.gif) left 4px no-repeat;
padding:0 0 0 15px;
font-size:110%;
margin-bottom:5px;
}

.page #MainSide #CompanyCnt table{
width:100%;
color:#555;
margin-bottom:20px;
}

.page #MainSide #CompanyCnt table th{
font-size:110%;
padding-top:10px;
padding-bottom:10px;
}

.page #MainSide #CompanyCnt table td{
font-weight:normal;
}

.page #MainSide #CompanyCnt table td img{
margin-bottom:5px;
}
.page #MainSide #CompanyCnt table td a{
color:#00b578;
}

.TablePtn01 dl{
background:url(image/company/border.gif) 6px bottom no-repeat;
margin-bottom:7px;
}
.TablePtn01 dl#LastDl{
background:none;
margin-bottom:0;
}

.TablePtn01 dt{
font-weight:bold;
}
.TablePtn01 dd{
margin:0 0 0 6px;
padding-bottom:7px;
}

/* ==================
   BodyupCnt
   ================== */
#BodyupCnt{
margin:25px 0 100px 20px;
}

#BodyupCnt p{
line-height:0;
}

/* ==================
   CellCnt
   ================== */
#CellCnt{
margin:20px 0 0 20px;
}
.page #MainSide #CellCnt h2{
border:none;
margin:0;
}

#CellCnt ol{
margin:0;
padding:0;
line-height:0;
position:relative;
height:270px;
}

#CellCnt li#Point1{
position:absolute;
top:0;
left:0;
}
#CellCnt li#Point2{
position:absolute;
left:0;
top:128px;
}
#CellCnt li#Point3{
position:absolute;
left:345px;
top:0;
}
#CellCnt li#Point4{
position:absolute;
left:345px;
top:128px;
}

#CellMovieCnt{
background:url(image/cell/img03_02.jpg) left 147px no-repeat;
height:642px;
margin-bottom:60px;
}

#CellMovieCnt iframe{
position:relative;
left:287px;
top:3px;
}

*:first-child+html #CellMovieCnt iframe{
top:6px;
}

#CellLastCnt{
padding-top:17px;
}

*:first-child+html #CellLastCnt{
padding-top:29px;
}

/* ==================
   DietCnt
   ================== */
#DietCnt{
margin:0 0 50px 20px;
}

#DietCnt section{
width:550px;
margin:0 0 0 70px;
}

.page #MainSide #DietCnt h2{
border:none;
padding:0 0 0 0;
font-size:110%;
margin:20px 0 10px 3px;
}

.page #MainSide #DietCnt h3{
margin:25px 0 5px 0;
padding:0;
font-size:130%;
font-weight:bold;
color:#00b575;
border-bottom:1px solid #00a85d;
width:550px;
padding-bottom:4px;

}

.page #MainSide #DietCnt h4{
color:#ff6501;
font-weight:bold;
margin:5px 0 0 0;
padding:0;
font-size:100%;
}

.page #MainSide #DietCnt p{
margin:0 0 1em 0;
padding:0;
}

#DietCnt section ul{
margin:0 0 20px 3px;
}
#DietCnt section li{
background:url(image/diet/icon_disc.jpg) left 5px no-repeat;
padding:0 0 0 13px;
margin:0 0 4px 0;
}

.ProductCnt{
}

.ProductCnt p.FloatL{
float:left;
width:175px;
}
.ProductCnt p.FloatR{
float:right;
width:368px;
}
.ProductCnt p.FloatR .TtlB{
color:#1360d2;
}
.ProductCnt p.FloatR .TtlR{
color:#ff6602;
}
.ProductCnt p.FloatR .TtlG{
color:#349931;
}
.ProductCnt p.FloatR .TtlP{
color:#F06;
}

span.FontR{
color:#fe0130;
}

/* ==================
   SocksCnt
   ================== */
#SocksCnt{
margin:0 0 40px 20px;
}

#SocksCnt section{
width:550px;
margin:0 0 0 70px;
}

.page #MainSide #SocksCnt h2{
border:none;
padding:0 0 0 0;
margin:20px 0 20px 3px;
}

.page #MainSide #SocksCnt h3{
margin:25px 0 5px 0;
padding:0;
font-size:130%;
font-weight:bold;
color:#00b575;
border-bottom:1px solid #00a85d;
width:550px;
padding-bottom:4px;
}

.page #MainSide #SocksCnt h4{
color:#ff6501;
font-weight:bold;
margin:5px 0 0 0;
padding:0;
}

.page #MainSide #SocksCnt p{
margin:0 0 1em 0;
padding:0;
}


/* ==================
   CreamCnt
   ================== */
#CreamCnt{
margin:0 0 100px 20px;
}

#CreamCnt section{
width:550px;
margin:0 0 0 70px;
}

.page #MainSide #CreamCnt h2{
border:none;
padding:0 0 0 0;
font-size:110%;
margin:25px 0 10px 85px;
}


/* ==================
   RentalCnt
   ================== */
#RentalCnt{
margin:0 0 100px 48px;
}

#RentalCnt section{
width:550px;
margin:0 0 0 30px;
}

.page #MainSide #RentalCnt h2{
border:none;
padding:0 0 0 0;
font-size:110%;
margin:25px 0 10px 0;
}


.page #MainSide #RentalCnt h3{
margin:25px 0 5px 0;
padding:0;
font-size:130%;
font-weight:bold;
color:#00b575;
border-bottom:1px solid #00a85d;
width:550px;
padding-bottom:4px;
}
